what-the-bank/sources/com/google/android/gms/internal/location/zzt.java

31 lines
1.3 KiB
Java

package com.google.android.gms.internal.location;
import android.os.Looper;
import android.os.RemoteException;
import com.google.android.gms.common.api.Api;
import com.google.android.gms.common.api.GoogleApiClient;
import com.google.android.gms.common.api.internal.ListenerHolders;
import com.google.android.gms.location.LocationCallback;
import com.google.android.gms.location.LocationRequest;
/* loaded from: classes2.dex */
final class zzt extends zzw {
final LocationRequest zza;
final LocationCallback zzb;
final Looper zzc;
/* JADX INFO: Access modifiers changed from: package-private */
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public zzt(zzz zzzVar, GoogleApiClient googleApiClient, LocationRequest locationRequest, LocationCallback locationCallback, Looper looper) {
super(googleApiClient);
this.zza = locationRequest;
this.zzb = locationCallback;
this.zzc = looper;
}
@Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl
public final /* synthetic */ void doExecute(Api.AnyClient anyClient) throws RemoteException {
((zzbe) anyClient).zzB(zzbf.zzc(null, this.zza), ListenerHolders.createListenerHolder(this.zzb, zzbn.zza(this.zzc), "LocationCallback"), new zzx(this));
}
}