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.3 KiB
Java

package com.google.android.gms.internal.ads;
import java.util.HashMap;
/* loaded from: classes3.dex */
public final class zzats extends zzatq {
public String zza;
public long zzb;
public String zzc;
public String zzd;
public String zze;
public zzats() {
this.zza = "E";
this.zzb = -1L;
this.zzc = "E";
this.zzd = "E";
this.zze = "E";
}
public zzats(String str) {
this.zza = "E";
this.zzb = -1L;
this.zzc = "E";
this.zzd = "E";
this.zze = "E";
HashMap zza = zzatq.zza(str);
if (zza != null) {
this.zza = zza.get(0) == null ? "E" : (String) zza.get(0);
this.zzb = zza.get(1) != null ? ((Long) zza.get(1)).longValue() : -1L;
this.zzc = zza.get(2) == null ? "E" : (String) zza.get(2);
this.zzd = zza.get(3) == null ? "E" : (String) zza.get(3);
this.zze = zza.get(4) != null ? (String) zza.get(4) : "E";
}
}
@Override // com.google.android.gms.internal.ads.zzatq
public final HashMap zzb() {
HashMap hashMap = new HashMap();
hashMap.put(0, this.zza);
hashMap.put(4, this.zze);
hashMap.put(3, this.zzd);
hashMap.put(2, this.zzc);
hashMap.put(1, Long.valueOf(this.zzb));
return hashMap;
}
}