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

108 lines
3.2 KiB
Java
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
public final class zzhdc extends zzgxr implements zzgzd {
private static final zzhdc zza;
private static volatile zzgzk zzb;
private int zzc;
private int zzd;
private zzhcd zzf;
private zzhch zzg;
private int zzh;
private int zzk;
private byte zzm = 2;
private String zze = "";
private zzgxz zzi = zzgxr.zzbG();
private String zzj = "";
private zzgyd zzl = zzgxr.zzbK();
static {
zzhdc zzhdcVar = new zzhdc();
zza = zzhdcVar;
zzgxr.zzbZ(zzhdc.class, zzhdcVar);
}
private zzhdc() {
}
public static zzhdb zzd() {
return (zzhdb) zza.zzaZ();
}
public static /* synthetic */ void zzh(zzhdc zzhdcVar, String str) {
str.getClass();
zzgyd zzgydVar = zzhdcVar.zzl;
if (!zzgydVar.zzc()) {
zzhdcVar.zzl = zzgxr.zzbL(zzgydVar);
}
zzhdcVar.zzl.add(str);
}
public static /* synthetic */ void zzi(zzhdc zzhdcVar, int i) {
zzhdcVar.zzc |= 1;
zzhdcVar.zzd = i;
}
public static /* synthetic */ void zzj(zzhdc zzhdcVar, zzhcd zzhcdVar) {
zzhcdVar.getClass();
zzhdcVar.zzf = zzhcdVar;
zzhdcVar.zzc |= 4;
}
public static /* synthetic */ void zzk(zzhdc zzhdcVar, String str) {
str.getClass();
zzhdcVar.zzc |= 2;
zzhdcVar.zze = str;
}
public static /* synthetic */ void zzl(zzhdc zzhdcVar, int i) {
zzhdcVar.zzk = i - 1;
zzhdcVar.zzc |= 64;
}
public final int zzc() {
return this.zzl.size();
}
@Override // com.google.android.gms.internal.ads.zzgxr
public final Object zzdc(zzgxq zzgxqVar, Object obj, Object obj2) {
zzhdx zzhdxVar = null;
switch (zzgxqVar) {
case GET_MEMOIZED_IS_INITIALIZED:
return Byte.valueOf(this.zzm);
case SET_MEMOIZED_IS_INITIALIZED:
this.zzm = obj == null ? (byte) 0 : (byte) 1;
return null;
case BUILD_MESSAGE_INFO:
return zzgxr.zzbQ(zza, "\u0001\t\u0000\u0001\u0001\t\t\u0000\u0002\u0003\u0001ᔄ\u0000\u0002ဈ\u0001\u0003ᐉ\u0002\u0004ᐉ\u0003\u0005င\u0004\u0006\u0016\u0007ဈ\u0005\b\u0006\t\u001a", new Object[]{"zzc", "zzd", "zze", "zzf", "zzg", "zzh", "zzi", "zzj", "zzk", zzhcz.zza, "zzl"});
case NEW_MUTABLE_INSTANCE:
return new zzhdc();
case NEW_BUILDER:
return new zzhdb(zzhdxVar);
case GET_DEFAULT_INSTANCE:
return zza;
case GET_PARSER:
zzgzk zzgzkVar = zzb;
if (zzgzkVar == null) {
synchronized (zzhdc.class) {
try {
zzgzkVar = zzb;
if (zzgzkVar == null) {
zzgzkVar = new zzgxm(zza);
zzb = zzgzkVar;
}
} finally {
}
}
}
return zzgzkVar;
default:
throw null;
}
}
public final String zzg() {
return this.zze;
}
}