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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,47 @@
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;
}
}