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,60 @@
package com.google.android.gms.internal.ads;
import android.content.Context;
import androidx.annotation.Nullable;
import com.google.android.gms.ads.AdFormat;
import com.google.android.gms.dynamic.ObjectWrapper;
/* loaded from: classes3.dex */
final class zzefb implements zzdgc {
private final zzfbo zza;
private final zzbrd zzb;
private final AdFormat zzc;
@Nullable
private zzcwl zzd = null;
public zzefb(zzfbo zzfboVar, zzbrd zzbrdVar, AdFormat adFormat) {
this.zza = zzfboVar;
this.zzb = zzbrdVar;
this.zzc = adFormat;
}
@Override // com.google.android.gms.internal.ads.zzdgc
public final void zza(boolean z, Context context, @Nullable zzcwg zzcwgVar) throws zzdgb {
boolean zzs;
try {
AdFormat adFormat = AdFormat.BANNER;
int ordinal = this.zzc.ordinal();
if (ordinal == 1) {
zzs = this.zzb.zzs(ObjectWrapper.wrap(context));
} else {
if (ordinal != 2) {
if (ordinal == 5) {
zzs = this.zzb.zzr(ObjectWrapper.wrap(context));
}
throw new zzdgb("Adapter failed to show.");
}
zzs = this.zzb.zzt(ObjectWrapper.wrap(context));
}
if (zzs) {
zzcwl zzcwlVar = this.zzd;
if (zzcwlVar == null) {
return;
}
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzbE)).booleanValue() || this.zza.zzY != 2) {
return;
}
zzcwlVar.zza();
return;
}
throw new zzdgb("Adapter failed to show.");
} catch (Throwable th) {
throw new zzdgb(th);
}
}
public final void zzb(zzcwl zzcwlVar) {
this.zzd = zzcwlVar;
}
}