Files
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

48 lines
1.1 KiB
Java

package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
public final class zzanx {
private final String zza;
private final int zzb;
private final int zzc;
private int zzd;
private String zze;
public zzanx(int i, int i2, int i3) {
String str;
if (i != Integer.MIN_VALUE) {
str = i + "/";
} else {
str = "";
}
this.zza = str;
this.zzb = i2;
this.zzc = i3;
this.zzd = Integer.MIN_VALUE;
this.zze = "";
}
private final void zzd() {
if (this.zzd == Integer.MIN_VALUE) {
throw new IllegalStateException("generateNewId() must be called before retrieving ids.");
}
}
public final int zza() {
zzd();
return this.zzd;
}
public final String zzb() {
zzd();
return this.zze;
}
public final void zzc() {
int i = this.zzd;
int i2 = i == Integer.MIN_VALUE ? this.zzb : i + this.zzc;
this.zzd = i2;
this.zze = this.zza + i2;
}
}