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,183 @@
package com.ironsource;
import com.ironsource.mediationsdk.IronSource;
import com.ironsource.mediationsdk.model.NetworkSettings;
import java.util.Iterator;
import java.util.List;
import java.util.Locale;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.Intrinsics;
import kotlin.jvm.internal.SourceDebugExtension;
@SourceDebugExtension({"SMAP\nAdManagerData.kt\nKotlin\n*S Kotlin\n*F\n+ 1 AdManagerData.kt\ncom/ironsource/mediationsdk/adunit/manager/adManagerData/AdManagerData\n+ 2 _Collections.kt\nkotlin/collections/CollectionsKt___CollectionsKt\n*L\n1#1,52:1\n288#2,2:53\n*S KotlinDebug\n*F\n+ 1 AdManagerData.kt\ncom/ironsource/mediationsdk/adunit/manager/adManagerData/AdManagerData\n*L\n37#1:53,2\n*E\n"})
/* loaded from: classes2.dex */
public class q0 {
public static final a r = new a(null);
public static final int s = -1;
private final IronSource.AD_UNIT a;
private final String b;
private final List<NetworkSettings> c;
private final h5 d;
private int e;
private final int f;
private boolean g;
private final int h;
private final int i;
private final g2 j;
private final b2 k;
private final boolean l;
private final long m;
private final boolean n;
private final boolean o;
private final boolean p;
private boolean q;
public static final class a {
private a() {
}
public /* synthetic */ a(DefaultConstructorMarker defaultConstructorMarker) {
this();
}
}
/* JADX WARN: Multi-variable type inference failed */
public q0(IronSource.AD_UNIT adUnit, String str, List<? extends NetworkSettings> list, h5 auctionSettings, int i, int i2, boolean z, int i3, int i4, g2 loadingData, b2 interactionData, boolean z2, long j, boolean z3, boolean z4, boolean z5, boolean z6) {
Intrinsics.checkNotNullParameter(adUnit, "adUnit");
Intrinsics.checkNotNullParameter(auctionSettings, "auctionSettings");
Intrinsics.checkNotNullParameter(loadingData, "loadingData");
Intrinsics.checkNotNullParameter(interactionData, "interactionData");
this.a = adUnit;
this.b = str;
this.c = list;
this.d = auctionSettings;
this.e = i;
this.f = i2;
this.g = z;
this.h = i3;
this.i = i4;
this.j = loadingData;
this.k = interactionData;
this.l = z2;
this.m = j;
this.n = z3;
this.o = z4;
this.p = z5;
this.q = z6;
}
public /* synthetic */ q0(IronSource.AD_UNIT ad_unit, String str, List list, h5 h5Var, int i, int i2, boolean z, int i3, int i4, g2 g2Var, b2 b2Var, boolean z2, long j, boolean z3, boolean z4, boolean z5, boolean z6, int i5, DefaultConstructorMarker defaultConstructorMarker) {
this(ad_unit, str, list, h5Var, i, i2, z, i3, i4, g2Var, b2Var, z2, j, z3, z4, z5, (i5 & 65536) != 0 ? false : z6);
}
public final int a() {
return this.i;
}
public final NetworkSettings a(String instanceName) {
Intrinsics.checkNotNullParameter(instanceName, "instanceName");
List<NetworkSettings> k = k();
Object obj = null;
if (k == null) {
return null;
}
Iterator<T> it = k.iterator();
while (true) {
if (!it.hasNext()) {
break;
}
Object next = it.next();
if (((NetworkSettings) next).getProviderInstanceName().equals(instanceName)) {
obj = next;
break;
}
}
return (NetworkSettings) obj;
}
public final void a(int i) {
this.e = i;
}
public final void a(boolean z) {
this.g = z;
}
public final IronSource.AD_UNIT b() {
return this.a;
}
public final void b(boolean z) {
this.q = z;
}
public final boolean c() {
return this.g;
}
public final h5 d() {
return this.d;
}
public final boolean e() {
return this.l;
}
public final long f() {
return this.m;
}
public final int g() {
return this.h;
}
public final b2 h() {
return this.k;
}
public final g2 i() {
return this.j;
}
public final int j() {
return this.e;
}
public List<NetworkSettings> k() {
return this.c;
}
public final boolean l() {
return this.n;
}
public final boolean m() {
return this.p;
}
public final boolean n() {
return this.q;
}
public final int o() {
return this.f;
}
public String p() {
return this.b;
}
public final boolean q() {
return this.o;
}
public final boolean r() {
return this.d.g() > 0;
}
public final String s() {
String format = String.format(Locale.getDefault(), "%s: %d, %s: %b, %s: %b", com.ironsource.mediationsdk.d.w, Integer.valueOf(this.e), com.ironsource.mediationsdk.d.x, Boolean.valueOf(this.g), com.ironsource.mediationsdk.d.y, Boolean.valueOf(this.q));
Intrinsics.checkNotNullExpressionValue(format, "format(\n Locale… showPriorityEnabled)");
return format;
}
}