package com.google.android.gms.internal.location; import android.app.PendingIntent; import com.google.android.gms.common.api.GoogleApiClient; import com.google.android.gms.common.api.Status; /* loaded from: classes.dex */ final class zzd extends zzf { final /* synthetic */ long zza; final /* synthetic */ PendingIntent zzb; /* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */ zzd(zzg zzgVar, GoogleApiClient googleApiClient, long j10, PendingIntent pendingIntent) { super(googleApiClient); this.zza = j10; this.zzb = pendingIntent; } @Override // com.google.android.gms.common.api.internal.BaseImplementation.ApiMethodImpl protected final /* bridge */ /* synthetic */ void doExecute(zzaz zzazVar) { zzazVar.zzq(this.zza, this.zzb); setResult((zzd) Status.RESULT_SUCCESS); } }