package t;

import java.util.concurrent.CancellationException;

/* JADX INFO: renamed from: t.a, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public final class C1017a {

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

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

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

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

    static {
        if (h.f9963n) {
            f9946d = null;
            f9945c = null;
        } else {
            f9946d = new C1017a(false, null);
            f9945c = new C1017a(true, null);
        }
    }

    public C1017a(boolean z5, CancellationException cancellationException) {
        this.f9947a = z5;
        this.f9948b = cancellationException;
    }
}
