- 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
34 lines
1.4 KiB
Java
34 lines
1.4 KiB
Java
package com.tapjoy.internal;
|
|
|
|
import com.tapjoy.TapjoyUtil;
|
|
import java.util.HashMap;
|
|
import java.util.Map;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class c3 {
|
|
public static b3 a(String str, Map map) {
|
|
return a(str, TapjoyUtil.convertURLParams((Map<String, String>) map, false), 0, null, null, null);
|
|
}
|
|
|
|
public static b3 b(String str, Map map) {
|
|
return a(str, "", 1, null, "application/x-www-form-urlencoded", TapjoyUtil.convertURLParams((Map<String, String>) map, false));
|
|
}
|
|
|
|
public static b3 a(String str, HashMap hashMap, String str2) {
|
|
return a(str, "", 1, hashMap, "application/json;charset=utf-8", str2);
|
|
}
|
|
|
|
/* JADX WARN: Removed duplicated region for block: B:34:0x01de */
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public static com.tapjoy.internal.b3 a(java.lang.String r8, java.lang.String r9, int r10, java.util.HashMap r11, java.lang.String r12, java.lang.String r13) {
|
|
/*
|
|
Method dump skipped, instructions count: 525
|
|
To view this dump add '--comments-level debug' option
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.tapjoy.internal.c3.a(java.lang.String, java.lang.String, int, java.util.HashMap, java.lang.String, java.lang.String):com.tapjoy.internal.b3");
|
|
}
|
|
}
|