- 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
46 lines
2.1 KiB
Java
46 lines
2.1 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.os.RemoteException;
|
|
import com.google.android.gms.ads.internal.ClientApi;
|
|
import com.google.android.gms.common.util.Clock;
|
|
import com.google.android.gms.dynamic.ObjectWrapper;
|
|
import com.google.common.util.concurrent.ListenableFuture;
|
|
import java.util.Optional;
|
|
import java.util.concurrent.ScheduledExecutorService;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzfjf extends zzfkh {
|
|
public zzfjf(ClientApi clientApi, Context context, int i, zzbpe zzbpeVar, com.google.android.gms.ads.internal.client.zzft zzftVar, com.google.android.gms.ads.internal.client.zzcf zzcfVar, ScheduledExecutorService scheduledExecutorService, zzfjg zzfjgVar, Clock clock) {
|
|
super(clientApi, context, i, zzbpeVar, zzftVar, zzcfVar, scheduledExecutorService, zzfjgVar, clock);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfkh
|
|
public final ListenableFuture zza() {
|
|
zzgdb zze = zzgdb.zze();
|
|
com.google.android.gms.ads.internal.client.zzby zzc = this.zza.zzc(ObjectWrapper.wrap(this.zzb), com.google.android.gms.ads.internal.client.zzs.zzb(), this.zze.zza, this.zzd, this.zzc);
|
|
if (zzc != null) {
|
|
try {
|
|
zzc.zzH(new zzfje(this, zze, this.zze));
|
|
zzc.zzab(this.zze.zzc);
|
|
} catch (RemoteException e) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzk("Failed to load app open ad.", e);
|
|
zze.zzd(new zzfjc(1, "remote exception"));
|
|
}
|
|
} else {
|
|
zze.zzd(new zzfjc(1, "Failed to create an app open ad manager."));
|
|
}
|
|
return zze;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfkh
|
|
public final /* bridge */ /* synthetic */ Optional zzb(Object obj) {
|
|
try {
|
|
return Optional.ofNullable(((zzbad) obj).zzf());
|
|
} catch (RemoteException e) {
|
|
com.google.android.gms.ads.internal.util.client.zzo.zzf("Failed to get response info for the app open ad.", e);
|
|
return Optional.empty();
|
|
}
|
|
}
|
|
}
|