Files
rr3-apk/decompiled/sources/com/google/android/gms/internal/auth/zzcz.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -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);
}
}