package com.android.billingclient.api; import java.util.concurrent.Callable; /* loaded from: classes.dex */ public final class zzy implements Callable { public final /* synthetic */ String zza; public final /* synthetic */ PurchasesResponseListener zzb; public final /* synthetic */ BillingClientImpl zzc; public zzy(BillingClientImpl billingClientImpl, String str, PurchasesResponseListener purchasesResponseListener) { this.zzc = billingClientImpl; this.zza = str; this.zzb = purchasesResponseListener; } @Override // java.util.concurrent.Callable public final /* bridge */ /* synthetic */ Object call() { zzbj zzN = BillingClientImpl.zzN(this.zzc, this.zza, 9); if (zzN.zzb() != null) { this.zzb.onQueryPurchasesResponse(zzN.zza(), zzN.zzb()); return null; } this.zzb.onQueryPurchasesResponse(zzN.zza(), com.google.android.gms.internal.play_billing.zzu.zzk()); return null; } }