package com.google.android.gms.libs.identity; 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.ListenerHolder; import com.google.android.gms.location.LocationRequest; /* JADX INFO: compiled from: com.google.android.gms:play-services-location@@21.2.0 */ /* JADX INFO: loaded from: classes2.dex */ final class zzas extends zzba { final /* synthetic */ ListenerHolder zza; final /* synthetic */ LocationRequest zzb; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ zzas(zzbb zzbbVar, GoogleApiClient googleApiClient, ListenerHolder listenerHolder, LocationRequest locationRequest) { super(googleApiClient); this.zza = listenerHolder; this.zzb = locationRequest; } @Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl protected final /* bridge */ /* synthetic */ void doExecute(Api.AnyClient anyClient) throws RemoteException { ((zzdz) anyClient).zzt(new zzaz(this.zza), this.zzb, zzbb.zza(this)); } }