Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzanx.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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;
}
}