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,91 @@
package com.ironsource.adqualitysdk.sdk.i;
import android.content.Context;
import android.text.TextUtils;
import com.ironsource.adqualitysdk.sdk.i.hz;
import java.util.HashMap;
/* loaded from: classes4.dex */
public final class id {
/* renamed from: ﻐ, reason: contains not printable characters */
private hz f2340;
/* renamed from: ﻛ, reason: contains not printable characters */
private String f2341;
/* renamed from: ヌ, reason: contains not printable characters */
private ib f2342;
/* renamed from: メ, reason: contains not printable characters */
private Context f2343;
public id(Context context, String str, String str2) {
this.f2343 = context.getApplicationContext();
this.f2341 = str2;
this.f2342 = new ib(this.f2343, str);
this.f2340 = new hz(Cif.f2370, this.f2343.getPackageName(), ic.m3009(this.f2343), this.f2341);
}
/* renamed from: ヌ, reason: contains not printable characters */
public final int m3015(String str) {
try {
return this.f2342.m3005(str);
} catch (Throwable unused) {
return 0;
}
}
/* renamed from: , reason: contains not printable characters */
public final HashMap<String, String> m3014(String str, int i) {
try {
HashMap<String, String> m3004 = this.f2342.m3004(str, i);
HashMap<String, String> hashMap = new HashMap<>();
for (String str2 : m3004.keySet()) {
String str3 = m3004.get(str2);
if (str3 != null && !TextUtils.isEmpty(str3)) {
try {
hashMap.put(str2, this.f2340.m2997(str3));
} catch (hz.e unused) {
}
}
}
return hashMap;
} catch (Throwable unused2) {
return null;
}
}
/* renamed from: メ, reason: contains not printable characters */
public final String m3016(String str) {
try {
String m3003 = this.f2342.m3003(str);
if (m3003 == null || TextUtils.isEmpty(m3003)) {
return m3003;
}
try {
return this.f2340.m2997(m3003);
} catch (hz.e unused) {
return "";
}
} catch (Throwable unused2) {
return null;
}
}
/* renamed from: ﻛ, reason: contains not printable characters */
public final void m3013(String str) {
try {
this.f2342.m3002(str);
} catch (Throwable unused) {
}
}
/* renamed from: メ, reason: contains not printable characters */
public final void m3017(String str, String str2) {
try {
this.f2342.m3006(str, this.f2340.m2998(str2));
} catch (Throwable unused) {
}
}
}