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,65 @@
package com.google.android.gms.internal.measurement;
import java.util.ArrayList;
import java.util.HashMap;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
/* loaded from: classes3.dex */
public final class zzac {
private zzad zza;
private zzad zzb;
private List<zzad> zzc;
public final zzad zza() {
return this.zza;
}
public final zzad zzb() {
return this.zzb;
}
public final void zzb(zzad zzadVar) {
this.zzb = zzadVar;
}
public final List<zzad> zzc() {
return this.zzc;
}
public final /* synthetic */ Object clone() throws CloneNotSupportedException {
zzac zzacVar = new zzac((zzad) this.zza.clone());
Iterator<zzad> it = this.zzc.iterator();
while (it.hasNext()) {
zzacVar.zzc.add((zzad) it.next().clone());
}
return zzacVar;
}
public zzac() {
this.zza = new zzad("", 0L, null);
this.zzb = new zzad("", 0L, null);
this.zzc = new ArrayList();
}
private zzac(zzad zzadVar) {
this.zza = zzadVar;
this.zzb = (zzad) zzadVar.clone();
this.zzc = new ArrayList();
}
public final void zza(zzad zzadVar) {
this.zza = zzadVar;
this.zzb = (zzad) zzadVar.clone();
this.zzc.clear();
}
public final void zza(String str, long j, Map<String, Object> map) {
HashMap hashMap = new HashMap();
for (String str2 : map.keySet()) {
hashMap.put(str2, zzad.zza(str2, this.zza.zza(str2), map.get(str2)));
}
this.zzc.add(new zzad(str, j, hashMap));
}
}