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,58 @@
package com.ironsource;
import java.util.List;
import kotlin.jvm.internal.DefaultConstructorMarker;
import kotlin.jvm.internal.SourceDebugExtension;
import kotlin.text.StringsKt__StringsJVMKt;
import kotlin.text.StringsKt__StringsKt;
@SourceDebugExtension({"SMAP\nSdkUrl.kt\nKotlin\n*S Kotlin\n*F\n+ 1 SdkUrl.kt\ncom/ironsource/sdk/controller/SdkUrl\n+ 2 _Collections.kt\nkotlin/collections/CollectionsKt___CollectionsKt\n*L\n1#1,18:1\n1747#2,3:19\n1747#2,3:22\n*S KotlinDebug\n*F\n+ 1 SdkUrl.kt\ncom/ironsource/sdk/controller/SdkUrl\n*L\n11#1:19,3\n13#1:22,3\n*E\n"})
/* loaded from: classes2.dex */
public final class yq {
private final String a;
private final List<String> b;
private final boolean c;
public yq(String str, List<String> list, boolean z) {
this.a = str;
this.b = list;
this.c = z;
}
public /* synthetic */ yq(String str, List list, boolean z, int i, DefaultConstructorMarker defaultConstructorMarker) {
this(str, list, (i & 4) != 0 ? false : z);
}
public final boolean a() {
boolean contains$default;
if (this.c) {
List<String> list = this.b;
if (list != null && !list.isEmpty()) {
for (String str : list) {
String str2 = this.a;
if (str2 != null && StringsKt__StringsJVMKt.startsWith$default(str2, str, false, 2, null)) {
return true;
}
}
}
} else {
List<String> list2 = this.b;
if (list2 != null && !list2.isEmpty()) {
for (String str3 : list2) {
String str4 = this.a;
if (str4 != null) {
contains$default = StringsKt__StringsKt.contains$default(str4, str3, false, 2, null);
if (contains$default) {
return true;
}
}
}
}
}
return false;
}
public final String b() {
return this.a;
}
}