38 lines
1.4 KiB
Java
38 lines
1.4 KiB
Java
package com.google.android.gms.common.internal;
|
|
|
|
import android.os.Bundle;
|
|
import android.os.IBinder;
|
|
import android.util.Log;
|
|
|
|
/* loaded from: classes.dex */
|
|
public final class zzd extends zzab {
|
|
private BaseGmsClient zza;
|
|
private final int zzb;
|
|
|
|
public zzd(BaseGmsClient baseGmsClient, int i) {
|
|
this.zza = baseGmsClient;
|
|
this.zzb = i;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.IGmsCallbacks
|
|
public final void onPostInitComplete(int i, IBinder iBinder, Bundle bundle) {
|
|
Preconditions.checkNotNull(this.zza, "onPostInitComplete can be called only once per call to getRemoteService");
|
|
this.zza.onPostInitHandler(i, iBinder, bundle, this.zzb);
|
|
this.zza = null;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.IGmsCallbacks
|
|
public final void zzb(int i, Bundle bundle) {
|
|
Log.wtf("GmsClient", "received deprecated onAccountValidationComplete callback, ignoring", new Exception());
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.internal.IGmsCallbacks
|
|
public final void zzc(int i, IBinder iBinder, zzj zzjVar) {
|
|
BaseGmsClient baseGmsClient = this.zza;
|
|
Preconditions.checkNotNull(baseGmsClient, "onPostInitCompleteWithConnectionInfo can be called only once per call togetRemoteService");
|
|
Preconditions.checkNotNull(zzjVar);
|
|
BaseGmsClient.zzj(baseGmsClient, zzjVar);
|
|
onPostInitComplete(i, iBinder, zzjVar.zza);
|
|
}
|
|
}
|