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,46 @@
package com.google.android.gms.internal.ads;
import android.text.TextUtils;
import com.google.common.util.concurrent.ListenableFuture;
import java.util.regex.Pattern;
/* loaded from: classes3.dex */
public final class zzfhg {
public static void zza(ListenableFuture listenableFuture, zzfhh zzfhhVar, zzfgw zzfgwVar) {
zzg(listenableFuture, zzfhhVar, zzfgwVar, false);
}
public static void zzb(ListenableFuture listenableFuture, zzfhh zzfhhVar, zzfgw zzfgwVar) {
zzg(listenableFuture, zzfhhVar, zzfgwVar, true);
}
public static void zzc(ListenableFuture listenableFuture, zzfhh zzfhhVar, zzfgw zzfgwVar) {
if (((Boolean) zzbee.zzc.zze()).booleanValue()) {
zzgch.zzr(zzgby.zzu(listenableFuture), new zzfhf(zzfhhVar, zzfgwVar), zzbzw.zzg);
}
}
public static void zzd(ListenableFuture listenableFuture, zzfgw zzfgwVar) {
if (((Boolean) zzbee.zzc.zze()).booleanValue()) {
zzgch.zzr(zzgby.zzu(listenableFuture), new zzfhd(zzfgwVar), zzbzw.zzg);
}
}
public static boolean zze(String str) {
if (TextUtils.isEmpty(str)) {
return false;
}
return Pattern.matches((String) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zziH), str);
}
public static int zzf(zzfcj zzfcjVar) {
int zzf = com.google.android.gms.ads.nonagon.signalgeneration.zzaa.zzf(zzfcjVar) - 1;
return (zzf == 0 || zzf == 1) ? 7 : 23;
}
private static void zzg(ListenableFuture listenableFuture, zzfhh zzfhhVar, zzfgw zzfgwVar, boolean z) {
if (((Boolean) zzbee.zzc.zze()).booleanValue()) {
zzgch.zzr(zzgby.zzu(listenableFuture), new zzfhe(zzfhhVar, zzfgwVar, z), zzbzw.zzg);
}
}
}