- 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
71 lines
2.7 KiB
Java
71 lines
2.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.content.Context;
|
|
import android.os.Bundle;
|
|
import android.os.RemoteException;
|
|
import androidx.annotation.Nullable;
|
|
import com.facebook.gamingservices.cloudgaming.internal.SDKAnalyticsEvents;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzenm implements zzetq {
|
|
private final Context zza;
|
|
private final Bundle zzb;
|
|
private final String zzc;
|
|
private final String zzd;
|
|
private final com.google.android.gms.ads.internal.util.zzg zze;
|
|
|
|
@Nullable
|
|
private final String zzf;
|
|
private final zzctc zzg;
|
|
|
|
public zzenm(Context context, Bundle bundle, String str, String str2, com.google.android.gms.ads.internal.util.zzg zzgVar, @Nullable String str3, zzctc zzctcVar) {
|
|
this.zza = context;
|
|
this.zzb = bundle;
|
|
this.zzc = str;
|
|
this.zzd = str2;
|
|
this.zze = zzgVar;
|
|
this.zzf = str3;
|
|
this.zzg = zzctcVar;
|
|
}
|
|
|
|
private final void zzc(Bundle bundle) {
|
|
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzfA)).booleanValue()) {
|
|
try {
|
|
com.google.android.gms.ads.internal.zzv.zzq();
|
|
bundle.putString("_app_id", com.google.android.gms.ads.internal.util.zzs.zzq(this.zza));
|
|
} catch (RemoteException | RuntimeException e) {
|
|
com.google.android.gms.ads.internal.zzv.zzp().zzw(e, "AppStatsSignal_AppId");
|
|
}
|
|
}
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zza(Object obj) {
|
|
zzcuv zzcuvVar = (zzcuv) obj;
|
|
zzcuvVar.zzb.putBundle("quality_signals", this.zzb);
|
|
zzc(zzcuvVar.zzb);
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
|
|
Bundle bundle = ((zzcuv) obj).zza;
|
|
bundle.putBundle("quality_signals", this.zzb);
|
|
bundle.putString("seq_num", this.zzc);
|
|
if (!this.zze.zzN()) {
|
|
bundle.putString(SDKAnalyticsEvents.PARAMETER_SESSION_ID, this.zzd);
|
|
}
|
|
bundle.putBoolean("client_purpose_one", !this.zze.zzN());
|
|
zzc(bundle);
|
|
if (this.zzf != null) {
|
|
Bundle bundle2 = new Bundle();
|
|
bundle2.putLong("dload", this.zzg.zzb(this.zzf));
|
|
bundle2.putInt("pcc", this.zzg.zza(this.zzf));
|
|
bundle.putBundle("ad_unit_quality_signals", bundle2);
|
|
}
|
|
if (!((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjD)).booleanValue() || com.google.android.gms.ads.internal.zzv.zzp().zza() <= 0) {
|
|
return;
|
|
}
|
|
bundle.putInt("nrwv", com.google.android.gms.ads.internal.zzv.zzp().zza());
|
|
}
|
|
}
|