You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
17 lines
514 B
17 lines
514 B
package p060t1;
|
|
|
|
import java.util.concurrent.atomic.AtomicIntegerFieldUpdater;
|
|
|
|
/* renamed from: t1.j */
|
|
/* loaded from: classes.dex */
|
|
public final class C1685j extends C1703o {
|
|
|
|
/* renamed from: c */
|
|
public static final /* synthetic */ AtomicIntegerFieldUpdater f3912c = AtomicIntegerFieldUpdater.newUpdater(C1685j.class, "_resumed");
|
|
private volatile /* synthetic */ int _resumed;
|
|
|
|
/* renamed from: c */
|
|
public final boolean m574c() {
|
|
return f3912c.compareAndSet(this, 0, 1);
|
|
}
|
|
} |