package com.google.android.gms.auth; import android.content.Intent; import android.os.Bundle; import android.os.IBinder; import com.google.android.gms.common.logging.Logger; import com.google.android.gms.internal.auth.zzay; /* loaded from: classes.dex */ final class zzi implements zzj { private final /* synthetic */ String zzt; zzi(String str) { this.zzt = str; } @Override // com.google.android.gms.auth.zzj public final /* synthetic */ Boolean zzb(IBinder iBinder) { Object zza; Logger logger; zza = zzd.zza(com.google.android.gms.internal.auth.zzf.zza(iBinder).zza(this.zzt)); Bundle bundle = (Bundle) zza; String string = bundle.getString("Error"); Intent intent = (Intent) bundle.getParcelable("userRecoveryIntent"); zzay zzc = zzay.zzc(string); if (zzay.SUCCESS.equals(zzc)) { return Boolean.TRUE; } if (!zzay.zza(zzc)) { throw new GoogleAuthException(string); } logger = zzd.zzn; String valueOf = String.valueOf(zzc); StringBuilder sb = new StringBuilder(valueOf.length() + 31); sb.append("isUserRecoverableError status: "); sb.append(valueOf); logger.w("GoogleAuthUtil", sb.toString()); throw new UserRecoverableAuthException(string, intent); } }