Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzaxr.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

55 lines
1.6 KiB
Java

package com.google.android.gms.internal.ads;
import java.lang.reflect.InvocationTargetException;
import java.lang.reflect.Method;
import java.util.concurrent.Callable;
/* loaded from: classes3.dex */
public abstract class zzaxr implements Callable {
protected final zzawd zza;
protected final String zzb;
protected final String zzc;
protected final zzasc zzd;
protected Method zze;
protected final int zzf;
protected final int zzg;
public zzaxr(zzawd zzawdVar, String str, String str2, zzasc zzascVar, int i, int i2) {
this.zza = zzawdVar;
this.zzb = str;
this.zzc = str2;
this.zzd = zzascVar;
this.zzf = i;
this.zzg = i2;
}
@Override // java.util.concurrent.Callable
public /* bridge */ /* synthetic */ Object call() throws Exception {
zzk();
return null;
}
public abstract void zza() throws IllegalAccessException, InvocationTargetException;
public Void zzk() throws Exception {
int i;
try {
long nanoTime = System.nanoTime();
Method zzj = this.zza.zzj(this.zzb, this.zzc);
this.zze = zzj;
if (zzj == null) {
return null;
}
zza();
zzauu zzd = this.zza.zzd();
if (zzd == null || (i = this.zzf) == Integer.MIN_VALUE) {
return null;
}
zzd.zzc(this.zzg, i, (System.nanoTime() - nanoTime) / 1000, null, null);
return null;
} catch (IllegalAccessException | InvocationTargetException unused) {
return null;
}
}
}