package F1;

import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;

/* JADX INFO: renamed from: F1.y, reason: case insensitive filesystem */
/* JADX INFO: loaded from: classes.dex */
public class C0143y {

    /* JADX INFO: renamed from: b, reason: collision with root package name */
    private static final /* synthetic */ AtomicIntegerFieldUpdater f666b = AtomicIntegerFieldUpdater.newUpdater(C0143y.class, "_handled");
    private volatile /* synthetic */ int _handled;

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

    public C0143y(Throwable th, boolean z2) {
        this.f667a = th;
        this._handled = z2 ? 1 : 0;
    }

    /* JADX WARN: Type inference failed for: r0v0, types: [boolean, int] */
    public final boolean a() {
        return this._handled;
    }

    public final boolean b() {
        return f666b.compareAndSet(this, 0, 1);
    }

    public String toString() {
        return L.a(this) + '[' + this.f667a + ']';
    }

    public /* synthetic */ C0143y(Throwable th, boolean z2, int i2, kotlin.jvm.internal.g gVar) {
        this(th, (i2 & 2) != 0 ? false : z2);
    }
}
