package com.google.android.gms.internal.location; 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.LocationListener; /* loaded from: classes2.dex */ final class zzv extends zzw { final LocationListener zza; /* JADX INFO: Access modifiers changed from: package-private */ /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ public zzv(zzz zzzVar, GoogleApiClient googleApiClient, LocationListener locationListener) { super(googleApiClient); this.zza = locationListener; } @Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl public final /* synthetic */ void doExecute(Api.AnyClient anyClient) throws RemoteException { ((zzbe) anyClient).zzz(ListenerHolders.createListenerKey(this.zza, "LocationListener"), new zzx(this)); } }