package c.d.a.a; import android.os.Bundle; import com.android.billingclient.api.SkuDetails; import java.util.concurrent.Callable; /* compiled from: com.android.billingclient:billing@@3.0.3 */ public final class h implements Callable { public final /* synthetic */ SkuDetails i; public final /* synthetic */ String j; public final /* synthetic */ a k; public h(a aVar, SkuDetails skuDetails, String str) { this.k = aVar; this.i = skuDetails; this.j = str; } /* Return type fixed from 'java.lang.Object' to match base method */ @Override // java.util.concurrent.Callable public final /* synthetic */ Bundle call() throws Exception { a aVar = this.k; return aVar.f.p(3, aVar.e.getPackageName(), this.i.d(), this.j, null); } }