Files
rr3-apk/decompiled-community/sources/com/ironsource/adqualitysdk/sdk/i/id.java
Daniel Elliott c080f0d97f Add Discord community version (64-bit only)
- Added realracing3-community.apk (71.57 MB)
- Removed 32-bit support (armeabi-v7a)
- Only includes arm64-v8a libraries
- Decompiled source code included
- Added README-community.md with analysis
2026-02-18 15:48:36 -08:00

92 lines
2.8 KiB
Java
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
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) {
}
}
}