- 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
138 lines
4.0 KiB
Java
138 lines
4.0 KiB
Java
package com.tapjoy.internal;
|
|
|
|
import java.io.Closeable;
|
|
import java.util.LinkedList;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public abstract class c0 implements Closeable {
|
|
/* JADX WARN: Code restructure failed: missing block: B:14:0x0048, code lost:
|
|
|
|
r1.a(4);
|
|
*/
|
|
/* JADX WARN: Code restructure failed: missing block: B:15:0x004b, code lost:
|
|
|
|
return r0;
|
|
*/
|
|
/*
|
|
Code decompiled incorrectly, please refer to instructions dump.
|
|
To view partially-correct add '--show-bad-code' argument
|
|
*/
|
|
public final java.util.LinkedHashMap a() {
|
|
/*
|
|
r5 = this;
|
|
java.util.LinkedHashMap r0 = new java.util.LinkedHashMap
|
|
r0.<init>()
|
|
r1 = r5
|
|
com.tapjoy.internal.e0 r1 = (com.tapjoy.internal.e0) r1
|
|
r2 = 3
|
|
r1.a(r2)
|
|
Lc:
|
|
r1.e()
|
|
int r2 = r1.i
|
|
r3 = 4
|
|
if (r2 == r3) goto L48
|
|
r4 = 2
|
|
if (r2 == r4) goto L48
|
|
r1.e()
|
|
int r2 = r1.i
|
|
r3 = 5
|
|
if (r2 != r3) goto L34
|
|
java.lang.String r2 = r1.j
|
|
r1.e()
|
|
r3 = 0
|
|
r1.i = r3
|
|
r3 = 0
|
|
r1.k = r3
|
|
r1.j = r3
|
|
java.lang.Object r3 = r5.b()
|
|
r0.put(r2, r3)
|
|
goto Lc
|
|
L34:
|
|
java.lang.IllegalStateException r0 = new java.lang.IllegalStateException
|
|
int r1 = r1.e()
|
|
java.lang.String r1 = com.tapjoy.internal.g0.a(r1)
|
|
java.lang.String r2 = "Expected a name but was "
|
|
java.lang.String r1 = r2.concat(r1)
|
|
r0.<init>(r1)
|
|
throw r0
|
|
L48:
|
|
r1.a(r3)
|
|
return r0
|
|
*/
|
|
throw new UnsupportedOperationException("Method not decompiled: com.tapjoy.internal.c0.a():java.util.LinkedHashMap");
|
|
}
|
|
|
|
public final Object b() {
|
|
e0 e0Var = (e0) this;
|
|
int e = e0Var.e();
|
|
int a = h0.a(e);
|
|
if (a == 0) {
|
|
LinkedList linkedList = new LinkedList();
|
|
e0Var.a(1);
|
|
while (true) {
|
|
e0Var.e();
|
|
int i = e0Var.i;
|
|
if (i == 4 || i == 2) {
|
|
break;
|
|
}
|
|
linkedList.add(b());
|
|
}
|
|
e0Var.a(2);
|
|
return linkedList;
|
|
}
|
|
if (a == 2) {
|
|
return a();
|
|
}
|
|
if (a == 5) {
|
|
e0Var.e();
|
|
int i2 = e0Var.i;
|
|
if (i2 != 6 && i2 != 7) {
|
|
throw new IllegalStateException("Expected a string but was ".concat(g0.a(e0Var.e())));
|
|
}
|
|
String str = e0Var.k;
|
|
e0Var.e();
|
|
e0Var.i = 0;
|
|
e0Var.k = null;
|
|
e0Var.j = null;
|
|
return str;
|
|
}
|
|
if (a == 6) {
|
|
e0Var.e();
|
|
int i3 = e0Var.i;
|
|
if (i3 != 6 && i3 != 7) {
|
|
throw new IllegalStateException("Expected a string but was ".concat(g0.a(e0Var.e())));
|
|
}
|
|
String str2 = e0Var.k;
|
|
e0Var.e();
|
|
e0Var.i = 0;
|
|
e0Var.k = null;
|
|
e0Var.j = null;
|
|
return new j1(str2);
|
|
}
|
|
if (a == 7) {
|
|
e0Var.e();
|
|
if (e0Var.i != 8) {
|
|
throw new IllegalStateException("Expected a boolean but was ".concat(g0.a(e0Var.i)));
|
|
}
|
|
boolean z = e0Var.k == "true";
|
|
e0Var.e();
|
|
e0Var.i = 0;
|
|
e0Var.k = null;
|
|
e0Var.j = null;
|
|
return Boolean.valueOf(z);
|
|
}
|
|
if (a != 8) {
|
|
throw new IllegalStateException("Expected a value but was ".concat(g0.a(e)));
|
|
}
|
|
e0Var.e();
|
|
if (e0Var.i != 9) {
|
|
throw new IllegalStateException("Expected null but was ".concat(g0.a(e0Var.i)));
|
|
}
|
|
e0Var.e();
|
|
e0Var.i = 0;
|
|
e0Var.k = null;
|
|
e0Var.j = null;
|
|
return null;
|
|
}
|
|
}
|