37 lines
1.4 KiB
Java
37 lines
1.4 KiB
Java
|
package com.google.android.gms.internal.auth;
|
||
|
|
||
|
import android.content.Context;
|
||
|
import android.os.RemoteException;
|
||
|
import com.google.android.gms.auth.api.AuthProxy;
|
||
|
import com.google.android.gms.auth.api.proxy.ProxyApi;
|
||
|
import com.google.android.gms.common.api.GoogleApiClient;
|
||
|
import com.google.android.gms.common.api.Result;
|
||
|
import com.google.android.gms.common.api.Status;
|
||
|
import com.google.android.gms.common.api.internal.BaseImplementation;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
/* loaded from: classes2.dex */
|
||
|
public abstract class zzaq extends BaseImplementation.ApiMethodImpl<ProxyApi.SpatulaHeaderResult, zzak> {
|
||
|
public zzaq(GoogleApiClient googleApiClient) {
|
||
|
super(AuthProxy.API, googleApiClient);
|
||
|
}
|
||
|
|
||
|
protected abstract void zza(Context context, zzan zzanVar) throws RemoteException;
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: protected */
|
||
|
public static ProxyApi.SpatulaHeaderResult zzc(Status status) {
|
||
|
return new zzax(status);
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl
|
||
|
public /* synthetic */ void doExecute(zzak zzakVar) throws RemoteException {
|
||
|
zzak zzakVar2 = zzakVar;
|
||
|
zza(zzakVar2.getContext(), (zzan) zzakVar2.getService());
|
||
|
}
|
||
|
|
||
|
@Override // com.google.android.gms.common.api.internal.BasePendingResult
|
||
|
public /* synthetic */ Result createFailedResult(Status status) {
|
||
|
return zzc(status);
|
||
|
}
|
||
|
}
|