- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
92 lines
2.8 KiB
Java
92 lines
2.8 KiB
Java
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: k, 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) {
|
||
}
|
||
}
|
||
}
|