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,68 @@
package com.google.android.gms.internal.ads;
import android.os.Binder;
import android.os.Bundle;
import com.google.common.util.concurrent.ListenableFuture;
import java.io.InputStream;
import java.util.concurrent.Callable;
import java.util.concurrent.ExecutionException;
import java.util.concurrent.TimeUnit;
/* loaded from: classes3.dex */
public final class zzdwg {
private final zzgcs zza;
private final zzgcs zzb;
private final zzdxo zzc;
private final zzhel zzd;
public zzdwg(zzgcs zzgcsVar, zzgcs zzgcsVar2, zzdxo zzdxoVar, zzhel zzhelVar) {
this.zza = zzgcsVar;
this.zzb = zzgcsVar2;
this.zzc = zzdxoVar;
this.zzd = zzhelVar;
}
public final /* synthetic */ zzdyi zza(zzbvk zzbvkVar) throws Exception {
return (zzdyi) this.zzc.zza(zzbvkVar).get(((Integer) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzfy)).intValue(), TimeUnit.SECONDS);
}
public final /* synthetic */ ListenableFuture zzb(final zzbvk zzbvkVar, int i, zzdyh zzdyhVar) throws Exception {
Bundle bundle;
if (zzbvkVar != null && (bundle = zzbvkVar.zzm) != null) {
bundle.putBoolean("ls", true);
}
return zzgch.zzn(((zzdzl) this.zzd.zzb()).zzc(zzbvkVar, i), new zzgbo() { // from class: com.google.android.gms.internal.ads.zzdwc
@Override // com.google.android.gms.internal.ads.zzgbo
public final ListenableFuture zza(Object obj) {
return zzgch.zzh(new zzdyi((InputStream) obj, zzbvk.this));
}
}, this.zzb);
}
public final ListenableFuture zzc(final zzbvk zzbvkVar) {
String str = zzbvkVar.zzd;
com.google.android.gms.ads.internal.zzv.zzq();
ListenableFuture zzg = com.google.android.gms.ads.internal.util.zzs.zzD(str) ? zzgch.zzg(new zzdyh(1)) : zzgch.zzf(this.zza.zzb(new Callable() { // from class: com.google.android.gms.internal.ads.zzdwd
@Override // java.util.concurrent.Callable
public final Object call() {
return zzdwg.this.zza(zzbvkVar);
}
}), ExecutionException.class, new zzgbo() { // from class: com.google.android.gms.internal.ads.zzdwe
@Override // com.google.android.gms.internal.ads.zzgbo
public final ListenableFuture zza(Object obj) {
Throwable th = (ExecutionException) obj;
if (th.getCause() != null) {
th = th.getCause();
}
return zzgch.zzg(th);
}
}, this.zzb);
final int callingUid = Binder.getCallingUid();
return zzgch.zzf(zzg, zzdyh.class, new zzgbo() { // from class: com.google.android.gms.internal.ads.zzdwf
@Override // com.google.android.gms.internal.ads.zzgbo
public final ListenableFuture zza(Object obj) {
return zzdwg.this.zzb(zzbvkVar, callingUid, (zzdyh) obj);
}
}, this.zzb);
}
}