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>
This commit is contained in:
2026-02-18 14:52:23 -08:00
parent cc210a65ea
commit f9d20bb3fc
26991 changed files with 2541449 additions and 0 deletions

View File

@@ -0,0 +1,63 @@
package androidx.privacysandbox.ads.adservices.java.adselection;
import androidx.privacysandbox.ads.adservices.adselection.AdSelectionManager;
import androidx.privacysandbox.ads.adservices.adselection.ReportImpressionRequest;
import androidx.privacysandbox.ads.adservices.java.adselection.AdSelectionManagerFutures;
import kotlin.ResultKt;
import kotlin.Unit;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.intrinsics.IntrinsicsKt__IntrinsicsKt;
import kotlin.coroutines.jvm.internal.DebugMetadata;
import kotlin.coroutines.jvm.internal.SuspendLambda;
import kotlin.jvm.functions.Function2;
import kotlin.jvm.internal.Intrinsics;
import kotlinx.coroutines.CoroutineScope;
@DebugMetadata(c = "androidx.privacysandbox.ads.adservices.java.adselection.AdSelectionManagerFutures$Api33Ext4JavaImpl$reportImpressionAsync$1", f = "AdSelectionManagerFutures.kt", l = {104}, m = "invokeSuspend")
/* loaded from: classes.dex */
public final class AdSelectionManagerFutures$Api33Ext4JavaImpl$reportImpressionAsync$1 extends SuspendLambda implements Function2 {
final /* synthetic */ ReportImpressionRequest $reportImpressionRequest;
int label;
final /* synthetic */ AdSelectionManagerFutures.Api33Ext4JavaImpl this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public AdSelectionManagerFutures$Api33Ext4JavaImpl$reportImpressionAsync$1(AdSelectionManagerFutures.Api33Ext4JavaImpl api33Ext4JavaImpl, ReportImpressionRequest reportImpressionRequest, Continuation continuation) {
super(2, continuation);
this.this$0 = api33Ext4JavaImpl;
this.$reportImpressionRequest = reportImpressionRequest;
}
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
public final Continuation create(Object obj, Continuation continuation) {
return new AdSelectionManagerFutures$Api33Ext4JavaImpl$reportImpressionAsync$1(this.this$0, this.$reportImpressionRequest, continuation);
}
@Override // kotlin.jvm.functions.Function2
public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) {
return ((AdSelectionManagerFutures$Api33Ext4JavaImpl$reportImpressionAsync$1) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE);
}
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
public final Object invokeSuspend(Object obj) {
Object coroutine_suspended;
AdSelectionManager adSelectionManager;
coroutine_suspended = IntrinsicsKt__IntrinsicsKt.getCOROUTINE_SUSPENDED();
int i = this.label;
if (i == 0) {
ResultKt.throwOnFailure(obj);
adSelectionManager = this.this$0.mAdSelectionManager;
Intrinsics.checkNotNull(adSelectionManager);
ReportImpressionRequest reportImpressionRequest = this.$reportImpressionRequest;
this.label = 1;
if (adSelectionManager.reportImpression(reportImpressionRequest, this) == coroutine_suspended) {
return coroutine_suspended;
}
} else {
if (i != 1) {
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
}
ResultKt.throwOnFailure(obj);
}
return Unit.INSTANCE;
}
}

View File

@@ -0,0 +1,64 @@
package androidx.privacysandbox.ads.adservices.java.adselection;
import androidx.privacysandbox.ads.adservices.adselection.AdSelectionConfig;
import androidx.privacysandbox.ads.adservices.adselection.AdSelectionManager;
import androidx.privacysandbox.ads.adservices.java.adselection.AdSelectionManagerFutures;
import kotlin.ResultKt;
import kotlin.Unit;
import kotlin.coroutines.Continuation;
import kotlin.coroutines.intrinsics.IntrinsicsKt__IntrinsicsKt;
import kotlin.coroutines.jvm.internal.DebugMetadata;
import kotlin.coroutines.jvm.internal.SuspendLambda;
import kotlin.jvm.functions.Function2;
import kotlin.jvm.internal.Intrinsics;
import kotlinx.coroutines.CoroutineScope;
@DebugMetadata(c = "androidx.privacysandbox.ads.adservices.java.adselection.AdSelectionManagerFutures$Api33Ext4JavaImpl$selectAdsAsync$1", f = "AdSelectionManagerFutures.kt", l = {94}, m = "invokeSuspend")
/* loaded from: classes.dex */
public final class AdSelectionManagerFutures$Api33Ext4JavaImpl$selectAdsAsync$1 extends SuspendLambda implements Function2 {
final /* synthetic */ AdSelectionConfig $adSelectionConfig;
int label;
final /* synthetic */ AdSelectionManagerFutures.Api33Ext4JavaImpl this$0;
/* JADX WARN: 'super' call moved to the top of the method (can break code semantics) */
public AdSelectionManagerFutures$Api33Ext4JavaImpl$selectAdsAsync$1(AdSelectionManagerFutures.Api33Ext4JavaImpl api33Ext4JavaImpl, AdSelectionConfig adSelectionConfig, Continuation continuation) {
super(2, continuation);
this.this$0 = api33Ext4JavaImpl;
this.$adSelectionConfig = adSelectionConfig;
}
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
public final Continuation create(Object obj, Continuation continuation) {
return new AdSelectionManagerFutures$Api33Ext4JavaImpl$selectAdsAsync$1(this.this$0, this.$adSelectionConfig, continuation);
}
@Override // kotlin.jvm.functions.Function2
public final Object invoke(CoroutineScope coroutineScope, Continuation continuation) {
return ((AdSelectionManagerFutures$Api33Ext4JavaImpl$selectAdsAsync$1) create(coroutineScope, continuation)).invokeSuspend(Unit.INSTANCE);
}
@Override // kotlin.coroutines.jvm.internal.BaseContinuationImpl
public final Object invokeSuspend(Object obj) {
Object coroutine_suspended;
AdSelectionManager adSelectionManager;
coroutine_suspended = IntrinsicsKt__IntrinsicsKt.getCOROUTINE_SUSPENDED();
int i = this.label;
if (i == 0) {
ResultKt.throwOnFailure(obj);
adSelectionManager = this.this$0.mAdSelectionManager;
Intrinsics.checkNotNull(adSelectionManager);
AdSelectionConfig adSelectionConfig = this.$adSelectionConfig;
this.label = 1;
obj = adSelectionManager.selectAds(adSelectionConfig, this);
if (obj == coroutine_suspended) {
return coroutine_suspended;
}
} else {
if (i != 1) {
throw new IllegalStateException("call to 'resume' before 'invoke' with coroutine");
}
ResultKt.throwOnFailure(obj);
}
return obj;
}
}

View File

@@ -0,0 +1,79 @@
package androidx.privacysandbox.ads.adservices.java.adselection;
import android.content.Context;
import androidx.annotation.DoNotInline;
import androidx.annotation.RequiresPermission;
import androidx.privacysandbox.ads.adservices.adselection.AdSelectionConfig;
import androidx.privacysandbox.ads.adservices.adselection.AdSelectionManager;
import androidx.privacysandbox.ads.adservices.adselection.ReportImpressionRequest;
import androidx.privacysandbox.ads.adservices.java.internal.CoroutineAdapterKt;
import com.google.common.util.concurrent.ListenableFuture;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.SourceDebugExtension;
import kotlinx.coroutines.BuildersKt__Builders_commonKt;
import kotlinx.coroutines.CoroutineScopeKt;
import kotlinx.coroutines.Deferred;
import kotlinx.coroutines.Dispatchers;
/* loaded from: classes.dex */
public abstract class AdSelectionManagerFutures {
public static final Companion Companion = new Companion(null);
public static final AdSelectionManagerFutures from(Context context) {
return Companion.from(context);
}
@RequiresPermission("android.permission.ACCESS_ADSERVICES_CUSTOM_AUDIENCE")
public abstract ListenableFuture reportImpressionAsync(ReportImpressionRequest reportImpressionRequest);
@RequiresPermission("android.permission.ACCESS_ADSERVICES_CUSTOM_AUDIENCE")
public abstract ListenableFuture selectAdsAsync(AdSelectionConfig adSelectionConfig);
public static final class Api33Ext4JavaImpl extends AdSelectionManagerFutures {
private final AdSelectionManager mAdSelectionManager;
public Api33Ext4JavaImpl(AdSelectionManager adSelectionManager) {
this.mAdSelectionManager = adSelectionManager;
}
@Override // androidx.privacysandbox.ads.adservices.java.adselection.AdSelectionManagerFutures
@RequiresPermission("android.permission.ACCESS_ADSERVICES_CUSTOM_AUDIENCE")
@DoNotInline
public ListenableFuture selectAdsAsync(AdSelectionConfig adSelectionConfig) {
Deferred async$default;
Intrinsics.checkNotNullParameter(adSelectionConfig, "adSelectionConfig");
async$default = BuildersKt__Builders_commonKt.async$default(CoroutineScopeKt.CoroutineScope(Dispatchers.getDefault()), null, null, new AdSelectionManagerFutures$Api33Ext4JavaImpl$selectAdsAsync$1(this, adSelectionConfig, null), 3, null);
return CoroutineAdapterKt.asListenableFuture$default(async$default, null, 1, null);
}
@Override // androidx.privacysandbox.ads.adservices.java.adselection.AdSelectionManagerFutures
@RequiresPermission("android.permission.ACCESS_ADSERVICES_CUSTOM_AUDIENCE")
@DoNotInline
public ListenableFuture reportImpressionAsync(ReportImpressionRequest reportImpressionRequest) {
Deferred async$default;
Intrinsics.checkNotNullParameter(reportImpressionRequest, "reportImpressionRequest");
async$default = BuildersKt__Builders_commonKt.async$default(CoroutineScopeKt.CoroutineScope(Dispatchers.getDefault()), null, null, new AdSelectionManagerFutures$Api33Ext4JavaImpl$reportImpressionAsync$1(this, reportImpressionRequest, null), 3, null);
return CoroutineAdapterKt.asListenableFuture$default(async$default, null, 1, null);
}
}
@SourceDebugExtension({"SMAP\nAdSelectionManagerFutures.kt\nKotlin\n*S Kotlin\n*F\n+ 1 AdSelectionManagerFutures.kt\nandroidx/privacysandbox/ads/adservices/java/adselection/AdSelectionManagerFutures$Companion\n+ 2 fake.kt\nkotlin/jvm/internal/FakeKt\n*L\n1#1,121:1\n1#2:122\n*E\n"})
public static final class Companion {
public /* synthetic */ Companion(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
private Companion() {
}
public final AdSelectionManagerFutures from(Context context) {
Intrinsics.checkNotNullParameter(context, "context");
AdSelectionManager obtain = AdSelectionManager.Companion.obtain(context);
if (obtain != null) {
return new Api33Ext4JavaImpl(obtain);
}
return null;
}
}
}