58 lines
2.4 KiB
Java
58 lines
2.4 KiB
Java
|
package com.google.android.gms.internal.auth;
|
||
|
|
||
|
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.common.GooglePlayServicesUtilLight;
|
||
|
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: classes2.dex */
|
||
|
public final class zzu extends GmsClient<zzz> {
|
||
|
private final Bundle zzbv;
|
||
|
|
||
|
public zzu(Context context, Looper looper, ClientSettings clientSettings, com.google.android.gms.auth.api.accounttransfer.zzn zznVar, GoogleApiClient.ConnectionCallbacks connectionCallbacks, GoogleApiClient.OnConnectionFailedListener onConnectionFailedListener) {
|
||
|
super(context, looper, 128, clientSettings, connectionCallbacks, onConnectionFailedListener);
|
||
|
if (zznVar == null) {
|
||
|
this.zzbv = new Bundle();
|
||
|
return;
|
||
|
}
|
||
|
throw new NoSuchMethodError();
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.common.internal.BaseGmsClient, com.google.android.gms.common.api.Api.Client
|
||
|
public final int getMinApkVersion() {
|
||
|
return GooglePlayServicesUtilLight.GOOGLE_PLAY_SERVICES_VERSION_CODE;
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
||
|
public final /* synthetic */ IInterface createServiceInterface(IBinder iBinder) {
|
||
|
if (iBinder == null) {
|
||
|
return null;
|
||
|
}
|
||
|
IInterface queryLocalInterface = iBinder.queryLocalInterface("com.google.android.gms.auth.api.accounttransfer.internal.IAccountTransferService");
|
||
|
if (queryLocalInterface instanceof zzz) {
|
||
|
return (zzz) queryLocalInterface;
|
||
|
}
|
||
|
return new zzaa(iBinder);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
||
|
public final String getStartServiceAction() {
|
||
|
return "com.google.android.gms.auth.api.accounttransfer.service.START";
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
||
|
public final String getServiceDescriptor() {
|
||
|
return "com.google.android.gms.auth.api.accounttransfer.internal.IAccountTransferService";
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.common.internal.BaseGmsClient
|
||
|
public final Bundle getGetServiceRequestExtraArgs() {
|
||
|
return this.zzbv;
|
||
|
}
|
||
|
}
|