- 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
77 lines
2.4 KiB
Java
77 lines
2.4 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import androidx.annotation.Nullable;
|
|
import com.google.android.gms.common.api.Releasable;
|
|
import java.lang.ref.WeakReference;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public abstract class zzcde implements Releasable {
|
|
protected final Context zza;
|
|
protected final String zzb;
|
|
protected final WeakReference zzc;
|
|
|
|
public zzcde(zzcbs zzcbsVar) {
|
|
Context context = zzcbsVar.getContext();
|
|
this.zza = context;
|
|
this.zzb = com.google.android.gms.ads.internal.zzv.zzq().zzc(context, zzcbsVar.zzn().afmaVersion);
|
|
this.zzc = new WeakReference(zzcbsVar);
|
|
}
|
|
|
|
public static /* bridge */ /* synthetic */ void zze(zzcde zzcdeVar, String str, Map map) {
|
|
zzcbs zzcbsVar = (zzcbs) zzcdeVar.zzc.get();
|
|
if (zzcbsVar != null) {
|
|
zzcbsVar.zzd("onPrecacheEvent", map);
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.api.Releasable
|
|
public void release() {
|
|
}
|
|
|
|
public abstract void zzf();
|
|
|
|
public final void zzg(String str, @Nullable String str2, String str3, @Nullable String str4) {
|
|
com.google.android.gms.ads.internal.util.client.zzf.zza.post(new zzcdd(this, str, str2, str3, str4));
|
|
}
|
|
|
|
public final void zzh(String str, String str2, int i) {
|
|
com.google.android.gms.ads.internal.util.client.zzf.zza.post(new zzcdb(this, str, str2, i));
|
|
}
|
|
|
|
public final void zzj(String str, String str2, long j) {
|
|
com.google.android.gms.ads.internal.util.client.zzf.zza.post(new zzcdc(this, str, str2, j));
|
|
}
|
|
|
|
public final void zzn(String str, String str2, int i, int i2, long j, long j2, boolean z, int i3, int i4) {
|
|
com.google.android.gms.ads.internal.util.client.zzf.zza.post(new zzcda(this, str, str2, i, i2, j, j2, z, i3, i4));
|
|
}
|
|
|
|
public final void zzo(String str, String str2, long j, long j2, boolean z, long j3, long j4, long j5, int i, int i2) {
|
|
com.google.android.gms.ads.internal.util.client.zzf.zza.post(new zzccz(this, str, str2, j, j2, j3, j4, j5, z, i, i2));
|
|
}
|
|
|
|
public void zzp(int i) {
|
|
}
|
|
|
|
public void zzq(int i) {
|
|
}
|
|
|
|
public void zzr(int i) {
|
|
}
|
|
|
|
public void zzs(int i) {
|
|
}
|
|
|
|
public abstract boolean zzt(String str);
|
|
|
|
public boolean zzu(String str, String[] strArr) {
|
|
return zzt(str);
|
|
}
|
|
|
|
public boolean zzw(String str, String[] strArr, zzccw zzccwVar) {
|
|
return zzt(str);
|
|
}
|
|
}
|