Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/ads/zzaxq.java
Daniel Elliott f9d20bb3fc 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>
2026-02-18 14:52:23 -08:00

58 lines
1.9 KiB
Java

package com.google.android.gms.internal.ads;
import java.io.UnsupportedEncodingException;
import java.lang.reflect.Method;
import java.util.concurrent.CountDownLatch;
import java.util.concurrent.TimeUnit;
/* loaded from: classes3.dex */
public final class zzaxq {
private final zzawd zza;
private final String zzb;
private final String zzc;
private final Class[] zze;
private volatile Method zzd = null;
private final CountDownLatch zzf = new CountDownLatch(1);
public zzaxq(zzawd zzawdVar, String str, String str2, Class... clsArr) {
this.zza = zzawdVar;
this.zzb = str;
this.zzc = str2;
this.zze = clsArr;
zzawdVar.zzk().submit(new zzaxp(this));
}
public static /* bridge */ /* synthetic */ void zzb(zzaxq zzaxqVar) {
try {
zzawd zzawdVar = zzaxqVar.zza;
Class<?> loadClass = zzawdVar.zzi().loadClass(zzaxqVar.zzc(zzawdVar.zzu(), zzaxqVar.zzb));
if (loadClass != null) {
zzaxqVar.zzd = loadClass.getMethod(zzaxqVar.zzc(zzaxqVar.zza.zzu(), zzaxqVar.zzc), zzaxqVar.zze);
}
} catch (zzavh | UnsupportedEncodingException | ClassNotFoundException | NoSuchMethodException | NullPointerException unused) {
} catch (Throwable th) {
zzaxqVar.zzf.countDown();
throw th;
}
zzaxqVar.zzf.countDown();
}
private final String zzc(byte[] bArr, String str) throws zzavh, UnsupportedEncodingException {
return new String(this.zza.zze().zzb(bArr, str), "UTF-8");
}
public final Method zza() {
if (this.zzd != null) {
return this.zzd;
}
try {
if (this.zzf.await(2L, TimeUnit.SECONDS)) {
return this.zzd;
}
return null;
} catch (InterruptedException unused) {
return null;
}
}
}