Files
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

56 lines
1.6 KiB
Java

package com.google.android.gms.internal.measurement;
/* loaded from: classes3.dex */
final class zzcd extends zzcj {
private String zza;
private zzcm zzb;
private byte zzc;
public final zzcj zza(String str) {
this.zza = str;
return this;
}
@Override // com.google.android.gms.internal.measurement.zzcj
public final zzcj zza(boolean z) {
this.zzc = (byte) (this.zzc | 1);
return this;
}
@Override // com.google.android.gms.internal.measurement.zzcj
public final zzcj zzb(boolean z) {
this.zzc = (byte) (this.zzc | 2);
return this;
}
@Override // com.google.android.gms.internal.measurement.zzcj
public final zzcj zza(zzcm zzcmVar) {
if (zzcmVar == null) {
throw new NullPointerException("Null filePurpose");
}
this.zzb = zzcmVar;
return this;
}
@Override // com.google.android.gms.internal.measurement.zzcj
public final zzck zza() {
if (this.zzc != 3 || this.zza == null || this.zzb == null) {
StringBuilder sb = new StringBuilder();
if (this.zza == null) {
sb.append(" fileOwner");
}
if ((this.zzc & 1) == 0) {
sb.append(" hasDifferentDmaOwner");
}
if ((this.zzc & 2) == 0) {
sb.append(" skipChecks");
}
if (this.zzb == null) {
sb.append(" filePurpose");
}
throw new IllegalStateException("Missing required properties:" + String.valueOf(sb));
}
return new zzce(this.zza, this.zzb);
}
}