package p060t1; import java.util.concurrent.atomic.AtomicIntegerFieldUpdater; import p039m1.C1468e; /* renamed from: t1.o */ /* loaded from: classes.dex */ public class C1703o { /* renamed from: b */ public static final /* synthetic */ AtomicIntegerFieldUpdater f3936b = AtomicIntegerFieldUpdater.newUpdater(C1703o.class, "_handled"); private volatile /* synthetic */ int _handled; /* renamed from: a */ public final Throwable f3937a; public C1703o(Throwable th, boolean z) { this.f3937a = th; this._handled = z ? 1 : 0; } public /* synthetic */ C1703o(Throwable th, boolean z, int i, C1468e c1468e) { this(th, (i & 2) != 0 ? false : z); } /* JADX WARN: Type inference failed for: r0v0, types: [boolean, int] */ /* renamed from: a */ public final boolean m528a() { return this._handled; } /* renamed from: b */ public final boolean m527b() { return f3936b.compareAndSet(this, 0, 1); } public String toString() { return C1732z.m496a(this) + '[' + this.f3937a + ']'; } }