package J3;

/* JADX INFO: renamed from: J3.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes3.dex */
public final class C0435a {

    /* JADX INFO: renamed from: c, reason: collision with root package name */
    public static final C0435a f3507c;

    /* JADX INFO: renamed from: d, reason: collision with root package name */
    public static final C0435a f3508d;

    /* JADX INFO: renamed from: a, reason: collision with root package name */
    public final boolean f3509a;

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    public final RuntimeException f3510b;

    static {
        if (p.f3532d) {
            f3508d = null;
            f3507c = null;
        } else {
            f3508d = new C0435a(false, null);
            f3507c = new C0435a(true, null);
        }
    }

    public C0435a(boolean z6, RuntimeException runtimeException) {
        this.f3509a = z6;
        this.f3510b = runtimeException;
    }
}
