Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzglr.java
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

61 lines
1.9 KiB
Java

package com.google.android.gms.internal.ads;
import java.security.GeneralSecurityException;
import java.util.ArrayList;
import java.util.Collections;
/* loaded from: classes3.dex */
public final class zzglr {
private ArrayList zza = new ArrayList();
private zzglo zzb = zzglo.zza;
private Integer zzc = null;
public final zzglr zza(zzgdz zzgdzVar, int i, String str, String str2) {
ArrayList arrayList = this.zza;
if (arrayList == null) {
throw new IllegalStateException("addEntry cannot be called after build()");
}
arrayList.add(new zzgls(zzgdzVar, i, str, str2, null));
return this;
}
public final zzglr zzb(zzglo zzgloVar) {
if (this.zza == null) {
throw new IllegalStateException("setAnnotations cannot be called after build()");
}
this.zzb = zzgloVar;
return this;
}
public final zzglr zzc(int i) {
if (this.zza == null) {
throw new IllegalStateException("setPrimaryKeyId cannot be called after build()");
}
this.zzc = Integer.valueOf(i);
return this;
}
public final zzglu zzd() throws GeneralSecurityException {
if (this.zza == null) {
throw new IllegalStateException("cannot call build() twice");
}
Integer num = this.zzc;
if (num != null) {
int intValue = num.intValue();
ArrayList arrayList = this.zza;
int size = arrayList.size();
int i = 0;
while (i < size) {
int zza = ((zzgls) arrayList.get(i)).zza();
i++;
if (zza == intValue) {
}
}
throw new GeneralSecurityException("primary key ID is not present in entries");
}
zzglu zzgluVar = new zzglu(this.zzb, Collections.unmodifiableList(this.zza), this.zzc, null);
this.zza = null;
return zzgluVar;
}
}