Files
rr3-apk/decompiled/sources/com/android/billingclient/api/zzy.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

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;
}
}