Files
rr3-apk/decompiled-community/sources/com/google/android/gms/internal/ads/zzfpr.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.4 KiB
Java

package com.google.android.gms.internal.ads;
/* loaded from: classes3.dex */
final class zzfpr extends zzfpz {
private String zza;
private byte zzb;
private int zzc;
private int zzd;
public final zzfpz zza(String str) {
this.zza = "";
return this;
}
@Override // com.google.android.gms.internal.ads.zzfpz
public final zzfpz zzb(boolean z) {
this.zzb = (byte) 1;
return this;
}
@Override // com.google.android.gms.internal.ads.zzfpz
public final zzfpz zzd(int i) {
this.zzc = i;
return this;
}
@Override // com.google.android.gms.internal.ads.zzfpz
public final zzfpz zze(int i) {
this.zzd = 1;
return this;
}
@Override // com.google.android.gms.internal.ads.zzfpz
public final zzfqa zzc() {
if (this.zzb == 1 && this.zza != null && this.zzc != 0 && this.zzd != 0) {
return new zzfpt(this.zza, false, this.zzc, null, null, this.zzd, null);
}
StringBuilder sb = new StringBuilder();
if (this.zza == null) {
sb.append(" fileOwner");
}
if (this.zzb == 0) {
sb.append(" hasDifferentDmaOwner");
}
if (this.zzc == 0) {
sb.append(" fileChecks");
}
if (this.zzd == 0) {
sb.append(" filePurpose");
}
throw new IllegalStateException("Missing required properties:".concat(sb.toString()));
}
}