27 lines
1.1 KiB
Java
27 lines
1.1 KiB
Java
package com.google.android.gms.internal.location;
|
|
|
|
import android.app.PendingIntent;
|
|
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.location.LocationRequest;
|
|
|
|
/* loaded from: classes2.dex */
|
|
final class zzu extends zzw {
|
|
final LocationRequest zza;
|
|
final PendingIntent zzb;
|
|
|
|
/* JADX INFO: Access modifiers changed from: package-private */
|
|
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
|
|
public zzu(zzz zzzVar, GoogleApiClient googleApiClient, LocationRequest locationRequest, PendingIntent pendingIntent) {
|
|
super(googleApiClient);
|
|
this.zza = locationRequest;
|
|
this.zzb = pendingIntent;
|
|
}
|
|
|
|
@Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl
|
|
public final /* synthetic */ void doExecute(Api.AnyClient anyClient) throws RemoteException {
|
|
((zzbe) anyClient).zzD(zzbf.zzc(null, this.zza), this.zzb, new zzx(this));
|
|
}
|
|
}
|