- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
58 lines
1.1 KiB
Java
58 lines
1.1 KiB
Java
package com.ironsource;
|
|
|
|
import kotlin.jvm.internal.DefaultConstructorMarker;
|
|
|
|
/* loaded from: classes2.dex */
|
|
public abstract class xn {
|
|
private yn a;
|
|
private long b;
|
|
private boolean c;
|
|
|
|
public xn() {
|
|
this(false, 1, null);
|
|
}
|
|
|
|
public xn(boolean z) {
|
|
this.c = z;
|
|
}
|
|
|
|
public /* synthetic */ xn(boolean z, int i, DefaultConstructorMarker defaultConstructorMarker) {
|
|
this((i & 1) != 0 ? false : z);
|
|
}
|
|
|
|
public final yn a() {
|
|
return this.a;
|
|
}
|
|
|
|
public final void a(yn ynVar) {
|
|
this.a = ynVar;
|
|
}
|
|
|
|
public final void a(boolean z) {
|
|
this.c = z;
|
|
if (!z) {
|
|
yn ynVar = this.a;
|
|
if (ynVar != null) {
|
|
ynVar.b(this);
|
|
return;
|
|
}
|
|
return;
|
|
}
|
|
this.b = System.currentTimeMillis();
|
|
yn ynVar2 = this.a;
|
|
if (ynVar2 != null) {
|
|
ynVar2.a(this);
|
|
}
|
|
}
|
|
|
|
public abstract String b();
|
|
|
|
public final long c() {
|
|
return this.b;
|
|
}
|
|
|
|
public final boolean d() {
|
|
return this.c;
|
|
}
|
|
}
|