package com.google.android.gms.auth; import android.os.Bundle; import android.os.IBinder; /* loaded from: classes.dex */ final class zzf implements zzj { private final /* synthetic */ Bundle val$extras; private final /* synthetic */ String zzq; zzf(String str, Bundle bundle) { this.zzq = str; this.val$extras = bundle; } @Override // com.google.android.gms.auth.zzj public final /* synthetic */ Void zzb(IBinder iBinder) { Object zza; zza = zzd.zza(com.google.android.gms.internal.auth.zzf.zza(iBinder).zza(this.zzq, this.val$extras)); Bundle bundle = (Bundle) zza; String string = bundle.getString("Error"); if (bundle.getBoolean("booleanResult")) { return null; } throw new GoogleAuthException(string); } }