package k9; import java.util.concurrent.atomic.AtomicIntegerFieldUpdater; /* loaded from: classes2.dex */ public class a0 { /* renamed from: b, reason: collision with root package name */ private static final /* synthetic */ AtomicIntegerFieldUpdater f11295b = AtomicIntegerFieldUpdater.newUpdater(a0.class, "_handled"); private volatile /* synthetic */ int _handled; /* renamed from: a, reason: collision with root package name */ public final Throwable f11296a; public a0(Throwable th, boolean z10) { this.f11296a = th; this._handled = z10 ? 1 : 0; } /* JADX WARN: Type inference failed for: r0v0, types: [boolean, int] */ public final boolean a() { return this._handled; } public final boolean b() { return f11295b.compareAndSet(this, 0, 1); } public String toString() { return o0.a(this) + '[' + this.f11296a + ']'; } public /* synthetic */ a0(Throwable th, boolean z10, int i10, d9.g gVar) { this(th, (i10 & 2) != 0 ? false : z10); } }