package s;

import java.util.concurrent.CancellationException;

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

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

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

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

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

    static {
        if (h.f16725t) {
            f16709d = null;
            f16708c = null;
        } else {
            f16709d = new C1513a(false, null);
            f16708c = new C1513a(true, null);
        }
    }

    public C1513a(boolean z8, CancellationException cancellationException) {
        this.f16710a = z8;
        this.f16711b = cancellationException;
    }
}
