- 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
57 lines
1.7 KiB
Java
57 lines
1.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import android.os.Bundle;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzenu implements zzetq {
|
|
public final int zza;
|
|
public final boolean zzb;
|
|
public final boolean zzc;
|
|
public final int zzd;
|
|
public final int zze;
|
|
public final int zzf;
|
|
public final int zzg;
|
|
public final int zzh;
|
|
public final float zzi;
|
|
public final boolean zzj;
|
|
public final boolean zzk;
|
|
|
|
public zzenu(int i, boolean z, boolean z2, int i2, int i3, int i4, int i5, int i6, float f, boolean z3, boolean z4) {
|
|
this.zza = i;
|
|
this.zzb = z;
|
|
this.zzc = z2;
|
|
this.zzd = i2;
|
|
this.zze = i3;
|
|
this.zzf = i4;
|
|
this.zzg = i5;
|
|
this.zzh = i6;
|
|
this.zzi = f;
|
|
this.zzj = z3;
|
|
this.zzk = z4;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* synthetic */ void zza(Object obj) {
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzetq
|
|
public final /* bridge */ /* synthetic */ void zzb(Object obj) {
|
|
Bundle bundle = ((zzcuv) obj).zza;
|
|
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzkQ)).booleanValue()) {
|
|
bundle.putInt("muv_min", this.zze);
|
|
bundle.putInt("muv_max", this.zzf);
|
|
}
|
|
bundle.putFloat("android_app_volume", this.zzi);
|
|
bundle.putBoolean("android_app_muted", this.zzj);
|
|
if (this.zzk) {
|
|
return;
|
|
}
|
|
bundle.putInt("am", this.zza);
|
|
bundle.putBoolean("ma", this.zzb);
|
|
bundle.putBoolean("sp", this.zzc);
|
|
bundle.putInt("muv", this.zzd);
|
|
bundle.putInt("rm", this.zzg);
|
|
bundle.putInt("riv", this.zzh);
|
|
}
|
|
}
|