- 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
36 lines
685 B
Java
36 lines
685 B
Java
package com.google.android.gms.internal.ads;
|
|
|
|
/* loaded from: classes3.dex */
|
|
public final class zzbsg {
|
|
private boolean zza;
|
|
private boolean zzb;
|
|
private boolean zzc;
|
|
private boolean zzd;
|
|
private boolean zze;
|
|
|
|
public final zzbsg zza(boolean z) {
|
|
this.zzc = z;
|
|
return this;
|
|
}
|
|
|
|
public final zzbsg zzb(boolean z) {
|
|
this.zze = true;
|
|
return this;
|
|
}
|
|
|
|
public final zzbsg zzc(boolean z) {
|
|
this.zza = z;
|
|
return this;
|
|
}
|
|
|
|
public final zzbsg zzd(boolean z) {
|
|
this.zzd = z;
|
|
return this;
|
|
}
|
|
|
|
public final zzbsg zze(boolean z) {
|
|
this.zzb = z;
|
|
return this;
|
|
}
|
|
}
|