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,41 @@
package com.google.android.gms.internal.ads;
import org.json.JSONException;
import org.json.JSONObject;
/* loaded from: classes3.dex */
final class zzdup {
private final String zza;
private final String zzb;
private final String zzc;
private final int zzd;
private final String zze;
private final int zzf;
private final boolean zzg;
public zzdup(String str, String str2, String str3, int i, String str4, int i2, boolean z) {
this.zza = str;
this.zzb = str2;
this.zzc = str3;
this.zzd = i;
this.zze = str4;
this.zzf = i2;
this.zzg = z;
}
public final JSONObject zza() throws JSONException {
JSONObject jSONObject = new JSONObject();
jSONObject.put("adapterClassName", this.zza);
jSONObject.put("version", this.zzc);
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjj)).booleanValue()) {
jSONObject.put("sdkVersion", this.zzb);
}
jSONObject.put("status", this.zzd);
jSONObject.put("description", this.zze);
jSONObject.put("initializationLatencyMillis", this.zzf);
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjk)).booleanValue()) {
jSONObject.put("supportsInitialization", this.zzg);
}
return jSONObject;
}
}