- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
28 lines
1005 B
Java
28 lines
1005 B
Java
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;
|
|
}
|
|
}
|