- 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
39 lines
1.3 KiB
Java
39 lines
1.3 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import java.lang.reflect.InvocationTargetException;
|
|
import java.util.List;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzaxh extends zzaxr {
|
|
private List zzh;
|
|
private final Context zzi;
|
|
|
|
public zzaxh(zzawd zzawdVar, String str, String str2, zzasc zzascVar, int i, int i2, Context context) {
|
|
super(zzawdVar, "fN18KlRCFMPT8X1qMJmuHpIW+XVsrRSfMnh+5QiArw3xyALVJ87b0VfJ0mW1R0L9", "GJYSDgYrAgCxY14XYxunZiSr8dTk91g66tw4qbpYxV8=", zzascVar, i, 31);
|
|
this.zzh = null;
|
|
this.zzi = context;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzaxr
|
|
public final void zza() throws IllegalAccessException, InvocationTargetException {
|
|
this.zzd.zzW(-1L);
|
|
this.zzd.zzS(-1L);
|
|
Context context = this.zzi;
|
|
if (context == null) {
|
|
context = this.zza.zzb();
|
|
}
|
|
if (this.zzh == null) {
|
|
this.zzh = (List) this.zze.invoke(null, context);
|
|
}
|
|
List list = this.zzh;
|
|
if (list == null || list.size() != 2) {
|
|
return;
|
|
}
|
|
synchronized (this.zzd) {
|
|
this.zzd.zzW(((Long) this.zzh.get(0)).longValue());
|
|
this.zzd.zzS(((Long) this.zzh.get(1)).longValue());
|
|
}
|
|
}
|
|
}
|