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,99 @@
package com.google.android.gms.internal.ads;
import androidx.annotation.GuardedBy;
import com.unity3d.services.ads.gmascar.utils.ScarConstants;
import java.util.ArrayList;
import java.util.Iterator;
import java.util.List;
import java.util.Map;
/* loaded from: classes3.dex */
public final class zzdsh {
private final String zze;
private final zzdsb zzf;
@GuardedBy("this")
private final List zzb = new ArrayList();
@GuardedBy("this")
private boolean zzc = false;
@GuardedBy("this")
private boolean zzd = false;
private final com.google.android.gms.ads.internal.util.zzg zza = com.google.android.gms.ads.internal.zzv.zzp().zzi();
public zzdsh(String str, zzdsb zzdsbVar) {
this.zze = str;
this.zzf = zzdsbVar;
}
private final Map zzg() {
Map zza = this.zzf.zza();
zza.put("tms", Long.toString(com.google.android.gms.ads.internal.zzv.zzC().elapsedRealtime(), 10));
zza.put(ScarConstants.TOKEN_ID_KEY, this.zza.zzN() ? "" : this.zze);
return zza;
}
public final synchronized void zza(String str) {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzch)).booleanValue()) {
Map zzg = zzg();
zzg.put("action", "aaia");
zzg.put("aair", "MalformedJson");
this.zzb.add(zzg);
}
}
public final synchronized void zzb(String str, String str2) {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzch)).booleanValue()) {
Map zzg = zzg();
zzg.put("action", "adapter_init_finished");
zzg.put("ancn", str);
zzg.put("rqe", str2);
this.zzb.add(zzg);
}
}
public final synchronized void zzc(String str) {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzch)).booleanValue()) {
Map zzg = zzg();
zzg.put("action", "adapter_init_started");
zzg.put("ancn", str);
this.zzb.add(zzg);
}
}
public final synchronized void zzd(String str) {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzch)).booleanValue()) {
Map zzg = zzg();
zzg.put("action", "adapter_init_finished");
zzg.put("ancn", str);
this.zzb.add(zzg);
}
}
public final synchronized void zze() {
try {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzch)).booleanValue() && !this.zzd) {
Map zzg = zzg();
zzg.put("action", "init_finished");
this.zzb.add(zzg);
Iterator it = this.zzb.iterator();
while (it.hasNext()) {
this.zzf.zzg((Map) it.next());
}
this.zzd = true;
}
} catch (Throwable th) {
throw th;
}
}
public final synchronized void zzf() {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzch)).booleanValue() && !this.zzc) {
Map zzg = zzg();
zzg.put("action", "init_started");
this.zzb.add(zzg);
this.zzc = true;
}
}
}