- 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
94 lines
2.7 KiB
Java
94 lines
2.7 KiB
Java
package com.google.android.gms.internal.ads;
|
|
|
|
import com.applovin.exoplayer2.common.base.Ascii;
|
|
|
|
/* loaded from: classes3.dex */
|
|
final class zzfnm extends zzfnj {
|
|
private String zza;
|
|
private boolean zzb;
|
|
private boolean zzc;
|
|
private long zzd;
|
|
private long zze;
|
|
private byte zzf;
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfnj
|
|
public final zzfnj zza(String str) {
|
|
if (str == null) {
|
|
throw new NullPointerException("Null clientVersion");
|
|
}
|
|
this.zza = str;
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfnj
|
|
public final zzfnj zzb(boolean z) {
|
|
this.zzf = (byte) (this.zzf | Ascii.DLE);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfnj
|
|
public final zzfnj zzc(boolean z) {
|
|
this.zzf = (byte) (this.zzf | 4);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfnj
|
|
public final zzfnj zzd(boolean z) {
|
|
this.zzc = true;
|
|
this.zzf = (byte) (this.zzf | 2);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfnj
|
|
public final zzfnj zze(long j) {
|
|
this.zze = 300L;
|
|
this.zzf = (byte) (this.zzf | 32);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfnj
|
|
public final zzfnj zzf(long j) {
|
|
this.zzd = 100L;
|
|
this.zzf = (byte) (this.zzf | 8);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfnj
|
|
public final zzfnj zzg(boolean z) {
|
|
this.zzb = z;
|
|
this.zzf = (byte) (this.zzf | 1);
|
|
return this;
|
|
}
|
|
|
|
@Override // com.google.android.gms.internal.ads.zzfnj
|
|
public final zzfnk zzh() {
|
|
String str;
|
|
if (this.zzf == 63 && (str = this.zza) != null) {
|
|
return new zzfno(str, this.zzb, this.zzc, false, this.zzd, false, this.zze, null);
|
|
}
|
|
StringBuilder sb = new StringBuilder();
|
|
if (this.zza == null) {
|
|
sb.append(" clientVersion");
|
|
}
|
|
if ((this.zzf & 1) == 0) {
|
|
sb.append(" shouldGetAdvertisingId");
|
|
}
|
|
if ((this.zzf & 2) == 0) {
|
|
sb.append(" isGooglePlayServicesAvailable");
|
|
}
|
|
if ((this.zzf & 4) == 0) {
|
|
sb.append(" enableQuerySignalsTimeout");
|
|
}
|
|
if ((this.zzf & 8) == 0) {
|
|
sb.append(" querySignalsTimeoutMs");
|
|
}
|
|
if ((this.zzf & Ascii.DLE) == 0) {
|
|
sb.append(" enableQuerySignalsCache");
|
|
}
|
|
if ((this.zzf & 32) == 0) {
|
|
sb.append(" querySignalsCacheTtlSeconds");
|
|
}
|
|
throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
|
|
}
|
|
}
|