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

52 lines
1.5 KiB
Java

package com.google.android.gms.internal.auth;
import android.net.Uri;
/* loaded from: classes3.dex */
public final class zzcz {
final Uri zza;
final String zzb;
final String zzc;
final boolean zzd;
final boolean zze;
public zzcz(Uri uri) {
this(null, uri, "", "", false, false, false, false, null);
}
private zzcz(String str, Uri uri, String str2, String str3, boolean z, boolean z2, boolean z3, boolean z4, zzdg zzdgVar) {
this.zza = uri;
this.zzb = "";
this.zzc = "";
this.zzd = z;
this.zze = z3;
}
public final zzcz zza() {
return new zzcz(null, this.zza, this.zzb, this.zzc, this.zzd, false, true, false, null);
}
public final zzcz zzb() {
if (this.zzb.isEmpty()) {
return new zzcz(null, this.zza, this.zzb, this.zzc, true, false, this.zze, false, null);
}
throw new IllegalStateException("Cannot set GServices prefix and skip GServices");
}
public final zzdc zzc(String str, double d) {
return new zzcx(this, str, Double.valueOf(0.0d), true);
}
public final zzdc zzd(String str, long j) {
return new zzcv(this, str, Long.valueOf(j), true);
}
public final zzdc zze(String str, boolean z) {
return new zzcw(this, str, Boolean.valueOf(z), true);
}
public final zzdc zzf(String str, Object obj, zzhy zzhyVar) {
return new zzcy(this, "getTokenRefactor__blocked_packages", obj, true, zzhyVar);
}
}