Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzerl.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- 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
2026-02-18 15:48:36 -08:00

54 lines
1.9 KiB
Java

package com.google.android.gms.internal.ads;
import android.os.Bundle;
/* loaded from: classes3.dex */
public final class zzerl implements zzetq {
private final String zza;
private final boolean zzb;
private final boolean zzc;
private final boolean zzd;
private final boolean zze;
public zzerl(String str, boolean z, boolean z2, boolean z3, boolean z4) {
this.zza = str;
this.zzb = z;
this.zzc = z2;
this.zzd = z3;
this.zze = z4;
}
@Override // com.google.android.gms.internal.ads.zzetq
public final /* bridge */ /* synthetic */ void zza(Object obj) {
Bundle bundle = ((zzcuv) obj).zzb;
if (!this.zza.isEmpty()) {
bundle.putString("inspector_extras", this.zza);
}
bundle.putInt("test_mode", this.zzb ? 1 : 0);
bundle.putInt("linked_device", this.zzc ? 1 : 0);
if (this.zzb || this.zzc) {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjh)).booleanValue()) {
bundle.putBoolean("collect_response_logs", this.zze);
}
}
}
@Override // com.google.android.gms.internal.ads.zzetq
public final /* synthetic */ void zzb(Object obj) {
Bundle bundle = ((zzcuv) obj).zza;
if (!this.zza.isEmpty()) {
bundle.putString("inspector_extras", this.zza);
}
bundle.putInt("test_mode", this.zzb ? 1 : 0);
bundle.putInt("linked_device", this.zzc ? 1 : 0);
if (this.zzb || this.zzc) {
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjd)).booleanValue()) {
bundle.putInt("risd", !this.zzd ? 1 : 0);
}
if (((Boolean) com.google.android.gms.ads.internal.client.zzbe.zzc().zza(zzbcl.zzjh)).booleanValue()) {
bundle.putBoolean("collect_response_logs", this.zze);
}
}
}
}