what-the-bank/sources/com/google/android/gms/internal/clearcut/zzao.java

51 lines
1.4 KiB
Java
Raw Normal View History

2024-07-27 18:17:47 +07:00
package com.google.android.gms.internal.clearcut;
import android.net.Uri;
/* loaded from: classes2.dex */
public final class zzao {
private final String zzef;
private final Uri zzeg;
private final String zzeh;
private final String zzei;
private final boolean zzej;
private final boolean zzek;
public final zzao zzd(String str) {
return new zzao(this.zzef, this.zzeg, this.zzeh, str, this.zzej, this.zzek);
}
public final zzao zzc(String str) {
boolean z = this.zzej;
if (z) {
throw new IllegalStateException("Cannot set GServices prefix and skip GServices");
}
return new zzao(this.zzef, this.zzeg, str, this.zzei, z, this.zzek);
}
public final zzae<Boolean> zzc(String str, boolean z) {
return zzae.zzb(this, str, false);
}
public final zzae<String> zza(String str, String str2) {
return zzae.zzb(this, str, (String) null);
}
public final <T> zzae<T> zza(String str, T t, zzan<T> zzanVar) {
return zzae.zzb(this, str, t, zzanVar);
}
private zzao(String str, Uri uri, String str2, String str3, boolean z, boolean z2) {
this.zzef = str;
this.zzeg = uri;
this.zzeh = str2;
this.zzei = str3;
this.zzej = z;
this.zzek = z2;
}
public zzao(Uri uri) {
this(null, uri, "", "", false, false);
}
}