package com.seewo.remote.d;

import android.content.Context;
import com.cvte.vman.R;

/* JADX INFO: compiled from: RemoteConfig.java */
/* JADX INFO: loaded from: classes.dex */
public class b {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    private static volatile b f29c;
    private Context a;
    private boolean b;

    private b() {
    }

    public static b b() {
        if (f29c == null) {
            synchronized (b.class) {
                if (f29c == null) {
                    f29c = new b();
                }
            }
        }
        return f29c;
    }

    public Context a() {
        return this.a;
    }

    public int c() {
        return this.a.getResources().getInteger(R.integer.message_type);
    }

    public void d(Context context) {
        this.a = context;
    }

    public boolean e() {
        return this.b;
    }

    public void f(boolean z) {
        this.b = z;
    }
}
