- Added realracing3-community.apk (71.57 MB) - Removed 32-bit support (armeabi-v7a) - Only includes arm64-v8a libraries - Decompiled source code included - Added README-community.md with analysis
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;
|
|
}
|
|
}
|