- 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
55 lines
1.4 KiB
Java
55 lines
1.4 KiB
Java
package com.applovin.impl;
|
|
|
|
import android.os.Bundle;
|
|
import com.applovin.exoplayer2.common.base.Objects;
|
|
import com.applovin.impl.o2;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class na extends ki {
|
|
public static final o2.a d = new o2.a() { // from class: com.applovin.impl.na$$ExternalSyntheticLambda0
|
|
@Override // com.applovin.impl.o2.a
|
|
public final o2 a(Bundle bundle) {
|
|
na b;
|
|
b = na.b(bundle);
|
|
return b;
|
|
}
|
|
};
|
|
private final boolean b;
|
|
private final boolean c;
|
|
|
|
public na() {
|
|
this.b = false;
|
|
this.c = false;
|
|
}
|
|
|
|
public int hashCode() {
|
|
return Objects.hashCode(Boolean.valueOf(this.b), Boolean.valueOf(this.c));
|
|
}
|
|
|
|
public boolean equals(Object obj) {
|
|
if (!(obj instanceof na)) {
|
|
return false;
|
|
}
|
|
na naVar = (na) obj;
|
|
return this.c == naVar.c && this.b == naVar.b;
|
|
}
|
|
|
|
public na(boolean z) {
|
|
this.b = true;
|
|
this.c = z;
|
|
}
|
|
|
|
/* JADX INFO: Access modifiers changed from: private */
|
|
public static na b(Bundle bundle) {
|
|
b1.a(bundle.getInt(a(0), -1) == 0);
|
|
if (bundle.getBoolean(a(1), false)) {
|
|
return new na(bundle.getBoolean(a(2), false));
|
|
}
|
|
return new na();
|
|
}
|
|
|
|
private static String a(int i) {
|
|
return Integer.toString(i, 36);
|
|
}
|
|
}
|