package com.google.android.gms.internal.p000authapi; import android.content.Context; import android.os.Bundle; import android.os.IBinder; import android.os.IInterface; import android.os.Looper; import com.google.android.gms.auth.api.Auth; import com.google.android.gms.common.api.GoogleApiClient; import com.google.android.gms.common.internal.ClientSettings; import com.google.android.gms.common.internal.GmsClient; /* loaded from: classes.dex */ public final class zzr extends GmsClient { private final Auth.AuthCredentialsOptions zzaq; public zzr(Context context, Looper looper, ClientSettings clientSettings, Auth.AuthCredentialsOptions authCredentialsOptions, GoogleApiClient.ConnectionCallbacks connectionCallbacks, GoogleApiClient.OnConnectionFailedListener onConnectionFailedListener) { super(context, looper, 68, clientSettings, connectionCallbacks, onConnectionFailedListener); this.zzaq = authCredentialsOptions; } @Override // com.google.android.gms.common.internal.BaseGmsClient protected final /* synthetic */ IInterface createServiceInterface(IBinder iBinder) { if (iBinder == null) { return null; } IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.auth.api.credentials.internal.ICredentialsService"); return queryLocalInterface instanceof zzw ? (zzw) queryLocalInterface : new zzx(iBinder); } @Override // com.google.android.gms.common.internal.BaseGmsClient protected final Bundle getGetServiceRequestExtraArgs() { Auth.AuthCredentialsOptions authCredentialsOptions = this.zzaq; return authCredentialsOptions == null ? new Bundle() : authCredentialsOptions.toBundle(); } @Override // com.google.android.gms.common.internal.BaseGmsClient, com.google.android.gms.common.api.Api.Client public final int getMinApkVersion() { return 12800000; } @Override // com.google.android.gms.common.internal.BaseGmsClient protected final String getServiceDescriptor() { return "com.google.android.gms.auth.api.credentials.internal.ICredentialsService"; } @Override // com.google.android.gms.common.internal.BaseGmsClient protected final String getStartServiceAction() { return "com.google.android.gms.auth.api.credentials.service.START"; } final Auth.AuthCredentialsOptions zzd() { return this.zzaq; } }