package com.google.android.gms.internal.location; 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: classes.dex */ final class zzv extends zzx { final /* synthetic */ LocationListener zza; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ zzv(zzz zzzVar, GoogleApiClient googleApiClient, LocationListener locationListener) { super(googleApiClient); this.zza = locationListener; } @Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl protected final /* bridge */ /* synthetic */ void doExecute(zzaz zzazVar) { zzazVar.zzF(ListenerHolders.createListenerKey(this.zza, LocationListener.class.getSimpleName()), new zzy(this)); } }