310 lines
11 KiB
Java
310 lines
11 KiB
Java
|
package o;
|
||
|
|
||
|
import android.graphics.Color;
|
||
|
import android.media.AudioTrack;
|
||
|
import android.os.SystemClock;
|
||
|
import android.telephony.cdma.CdmaCellLocation;
|
||
|
import android.util.TypedValue;
|
||
|
import android.view.KeyEvent;
|
||
|
import android.view.ViewConfiguration;
|
||
|
import android.widget.ExpandableListView;
|
||
|
import com.google.android.gms.maps.model.BitmapDescriptorFactory;
|
||
|
import java.lang.reflect.Method;
|
||
|
import java.util.Objects;
|
||
|
import net.sf.scuba.smartcards.ISO7816;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
final class xCL {
|
||
|
private final RHO a;
|
||
|
private final C17296vbq c;
|
||
|
private final RHO d;
|
||
|
private static final byte[] $$a = {85, 123, 51, ISO7816.INS_READ_RECORD2};
|
||
|
private static final int $$b = 3;
|
||
|
private static int $10 = 0;
|
||
|
private static int $11 = 1;
|
||
|
private static int h = 0;
|
||
|
private static int i = 1;
|
||
|
private static char e = 42650;
|
||
|
private static char b = 43209;
|
||
|
private static char j = 60748;
|
||
|
private static char f = 16894;
|
||
|
|
||
|
/* JADX WARN: Removed duplicated region for block: B:10:0x0028 */
|
||
|
/* JADX WARN: Removed duplicated region for block: B:7:0x0020 */
|
||
|
/* JADX WARN: Unsupported multi-entry loop pattern (BACK_EDGE: B:10:0x0028 -> B:4:0x002a). Please report as a decompilation issue!!! */
|
||
|
/*
|
||
|
Code decompiled incorrectly, please refer to instructions dump.
|
||
|
To view partially-correct add '--show-bad-code' argument
|
||
|
*/
|
||
|
private static void k(short r7, byte r8, byte r9, java.lang.Object[] r10) {
|
||
|
/*
|
||
|
int r7 = r7 * 3
|
||
|
int r7 = 1 - r7
|
||
|
int r9 = r9 * 2
|
||
|
int r9 = r9 + 4
|
||
|
byte[] r0 = o.xCL.$$a
|
||
|
int r8 = r8 + 66
|
||
|
byte[] r1 = new byte[r7]
|
||
|
r2 = 0
|
||
|
if (r0 != 0) goto L15
|
||
|
r3 = r7
|
||
|
r8 = r9
|
||
|
r4 = r2
|
||
|
goto L2a
|
||
|
L15:
|
||
|
r3 = r2
|
||
|
r6 = r9
|
||
|
r9 = r8
|
||
|
r8 = r6
|
||
|
L19:
|
||
|
int r4 = r3 + 1
|
||
|
byte r5 = (byte) r9
|
||
|
r1[r3] = r5
|
||
|
if (r4 != r7) goto L28
|
||
|
java.lang.String r7 = new java.lang.String
|
||
|
r7.<init>(r1, r2)
|
||
|
r10[r2] = r7
|
||
|
return
|
||
|
L28:
|
||
|
r3 = r0[r8]
|
||
|
L2a:
|
||
|
int r9 = r9 + r3
|
||
|
int r8 = r8 + 1
|
||
|
r3 = r4
|
||
|
goto L19
|
||
|
*/
|
||
|
throw new UnsupportedOperationException("Method not decompiled: o.xCL.k(short, byte, byte, java.lang.Object[]):void");
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public xCL(RHO rho, RHO rho2, C17296vbq c17296vbq) {
|
||
|
this.a = rho;
|
||
|
this.d = rho2;
|
||
|
this.c = c17296vbq;
|
||
|
}
|
||
|
|
||
|
public final String toString() {
|
||
|
Object valueOf;
|
||
|
int i2 = 2 % 2;
|
||
|
StringBuilder sb = new StringBuilder("[ ");
|
||
|
sb.append(this.a);
|
||
|
sb.append(" , ");
|
||
|
sb.append(this.d);
|
||
|
sb.append(" : ");
|
||
|
C17296vbq c17296vbq = this.c;
|
||
|
if (c17296vbq == null) {
|
||
|
int i3 = i + 47;
|
||
|
h = i3 % 128;
|
||
|
int i4 = i3 % 2;
|
||
|
Object[] objArr = new Object[1];
|
||
|
g(new char[]{28470, 15908, 43935, 60617}, 4 - KeyEvent.getDeadChar(0, 0), objArr);
|
||
|
valueOf = ((String) objArr[0]).intern();
|
||
|
} else {
|
||
|
valueOf = Integer.valueOf(c17296vbq.e);
|
||
|
}
|
||
|
sb.append(valueOf);
|
||
|
sb.append(" ]");
|
||
|
String obj = sb.toString();
|
||
|
int i5 = h + 113;
|
||
|
i = i5 % 128;
|
||
|
int i6 = i5 % 2;
|
||
|
return obj;
|
||
|
}
|
||
|
|
||
|
public final boolean equals(Object obj) {
|
||
|
int i2 = 2 % 2;
|
||
|
if (obj instanceof xCL) {
|
||
|
xCL xcl = (xCL) obj;
|
||
|
if (Objects.equals(this.a, xcl.a) && Objects.equals(this.d, xcl.d) && !(!Objects.equals(this.c, xcl.c))) {
|
||
|
int i3 = h + 37;
|
||
|
i = i3 % 128;
|
||
|
r2 = !(i3 % 2 == 0);
|
||
|
}
|
||
|
int i4 = h + 5;
|
||
|
i = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
return r2;
|
||
|
}
|
||
|
int i6 = i + 103;
|
||
|
h = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
return false;
|
||
|
}
|
||
|
|
||
|
public final int hashCode() {
|
||
|
int i2 = 2 % 2;
|
||
|
int i3 = i + 33;
|
||
|
h = i3 % 128;
|
||
|
Object obj = null;
|
||
|
if (i3 % 2 != 0) {
|
||
|
Objects.hashCode(this.a);
|
||
|
Objects.hashCode(this.d);
|
||
|
Objects.hashCode(this.c);
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
int hashCode = (Objects.hashCode(this.a) ^ Objects.hashCode(this.d)) ^ Objects.hashCode(this.c);
|
||
|
int i4 = i + 123;
|
||
|
h = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
return hashCode;
|
||
|
}
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
private static void g(char[] cArr, int i2, Object[] objArr) {
|
||
|
int i3 = 2 % 2;
|
||
|
jTb jtb = new jTb();
|
||
|
char[] cArr2 = new char[cArr.length];
|
||
|
jtb.b = 0;
|
||
|
char[] cArr3 = new char[2];
|
||
|
int i4 = $10 + 63;
|
||
|
$11 = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
while (jtb.b < cArr.length) {
|
||
|
cArr3[0] = cArr[jtb.b];
|
||
|
cArr3[1] = cArr[jtb.b + 1];
|
||
|
int i6 = 58224;
|
||
|
for (int i7 = 0; i7 < 16; i7++) {
|
||
|
int i8 = $10 + 119;
|
||
|
$11 = i8 % 128;
|
||
|
int i9 = i8 % 2;
|
||
|
char c = cArr3[1];
|
||
|
char c2 = cArr3[0];
|
||
|
try {
|
||
|
Object[] objArr2 = {Integer.valueOf(c), Integer.valueOf((c2 + i6) ^ ((c2 << 4) + ((char) (j ^ 41718355337583039L)))), Integer.valueOf(c2 >>> 5), Integer.valueOf(f)};
|
||
|
Object obj = xzZ.y.get(597144044);
|
||
|
if (obj == null) {
|
||
|
Class cls = (Class) xzZ.c((TypedValue.complexToFloat(0) > BitmapDescriptorFactory.HUE_RED ? 1 : (TypedValue.complexToFloat(0) == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) + 412, (AudioTrack.getMinVolume() > BitmapDescriptorFactory.HUE_RED ? 1 : (AudioTrack.getMinVolume() == BitmapDescriptorFactory.HUE_RED ? 0 : -1)) + 5, (char) ((SystemClock.elapsedRealtimeNanos() > 0L ? 1 : (SystemClock.elapsedRealtimeNanos() == 0L ? 0 : -1)) - 1));
|
||
|
byte b2 = (byte) ($$b - 3);
|
||
|
byte b3 = b2;
|
||
|
Object[] objArr3 = new Object[1];
|
||
|
k(b2, b3, b3, objArr3);
|
||
|
obj = cls.getMethod((String) objArr3[0], Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE);
|
||
|
xzZ.y.put(597144044, obj);
|
||
|
}
|
||
|
char charValue = ((Character) ((Method) obj).invoke(null, objArr2)).charValue();
|
||
|
cArr3[1] = charValue;
|
||
|
Object[] objArr4 = {Integer.valueOf(cArr3[0]), Integer.valueOf((charValue + i6) ^ ((charValue << 4) + ((char) (e ^ 41718355337583039L)))), Integer.valueOf(charValue >>> 5), Integer.valueOf(b)};
|
||
|
Object obj2 = xzZ.y.get(597144044);
|
||
|
if (obj2 == null) {
|
||
|
Class cls2 = (Class) xzZ.c(Color.blue(0) + 412, 5 - (CdmaCellLocation.convertQuartSecToDecDegrees(0) > 0.0d ? 1 : (CdmaCellLocation.convertQuartSecToDecDegrees(0) == 0.0d ? 0 : -1)), (char) (ViewConfiguration.getMinimumFlingVelocity() >> 16));
|
||
|
byte b4 = (byte) ($$b - 3);
|
||
|
byte b5 = b4;
|
||
|
Object[] objArr5 = new Object[1];
|
||
|
k(b4, b5, b5, objArr5);
|
||
|
obj2 = cls2.getMethod((String) objArr5[0], Integer.TYPE, Integer.TYPE, Integer.TYPE, Integer.TYPE);
|
||
|
xzZ.y.put(597144044, obj2);
|
||
|
}
|
||
|
cArr3[0] = ((Character) ((Method) obj2).invoke(null, objArr4)).charValue();
|
||
|
i6 -= 40503;
|
||
|
} catch (Throwable th) {
|
||
|
Throwable cause = th.getCause();
|
||
|
if (cause == null) {
|
||
|
throw th;
|
||
|
}
|
||
|
throw cause;
|
||
|
}
|
||
|
}
|
||
|
cArr2[jtb.b] = cArr3[0];
|
||
|
cArr2[jtb.b + 1] = cArr3[1];
|
||
|
Object[] objArr6 = {jtb, jtb};
|
||
|
Object obj3 = xzZ.y.get(943004485);
|
||
|
if (obj3 == null) {
|
||
|
Class cls3 = (Class) xzZ.c(ExpandableListView.getPackedPositionGroup(0L) + 98, 5 - (ViewConfiguration.getPressedStateDuration() >> 16), (char) (ViewConfiguration.getKeyRepeatTimeout() >> 16));
|
||
|
byte b6 = (byte) ($$b - 3);
|
||
|
byte b7 = (byte) (b6 + 1);
|
||
|
Object[] objArr7 = new Object[1];
|
||
|
k(b6, b7, (byte) (b7 - 1), objArr7);
|
||
|
obj3 = cls3.getMethod((String) objArr7[0], Object.class, Object.class);
|
||
|
xzZ.y.put(943004485, obj3);
|
||
|
}
|
||
|
((Method) obj3).invoke(null, objArr6);
|
||
|
}
|
||
|
objArr[0] = new String(cArr2, 0, i2);
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: private */
|
||
|
public static /* synthetic */ Object d(Object[] objArr) {
|
||
|
xCL xcl = (xCL) objArr[0];
|
||
|
int i2 = 2 % 2;
|
||
|
int i3 = i;
|
||
|
int i4 = i3 + 107;
|
||
|
h = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
C17296vbq c17296vbq = xcl.c;
|
||
|
if (i5 != 0) {
|
||
|
Object obj = null;
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
int i6 = i3 + 89;
|
||
|
h = i6 % 128;
|
||
|
int i7 = i6 % 2;
|
||
|
return c17296vbq;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public final boolean c() {
|
||
|
boolean z;
|
||
|
int i2 = 2 % 2;
|
||
|
if (this.d == null) {
|
||
|
int i3 = i + 117;
|
||
|
h = i3 % 128;
|
||
|
int i4 = i3 % 2;
|
||
|
z = true;
|
||
|
} else {
|
||
|
z = false;
|
||
|
}
|
||
|
int i5 = h + 99;
|
||
|
i = i5 % 128;
|
||
|
if (i5 % 2 != 0) {
|
||
|
return z;
|
||
|
}
|
||
|
Object obj = null;
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public final RHO e() {
|
||
|
int i2 = 2 % 2;
|
||
|
int i3 = i;
|
||
|
int i4 = i3 + 5;
|
||
|
h = i4 % 128;
|
||
|
int i5 = i4 % 2;
|
||
|
RHO rho = this.d;
|
||
|
int i6 = i3 + 5;
|
||
|
h = i6 % 128;
|
||
|
if (i6 % 2 == 0) {
|
||
|
return rho;
|
||
|
}
|
||
|
Object obj = null;
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public final RHO a() {
|
||
|
int i2 = 2 % 2;
|
||
|
int i3 = h;
|
||
|
int i4 = i3 + 71;
|
||
|
i = i4 % 128;
|
||
|
if (i4 % 2 == 0) {
|
||
|
Object obj = null;
|
||
|
obj.hashCode();
|
||
|
throw null;
|
||
|
}
|
||
|
RHO rho = this.a;
|
||
|
int i5 = i3 + 11;
|
||
|
i = i5 % 128;
|
||
|
int i6 = i5 % 2;
|
||
|
return rho;
|
||
|
}
|
||
|
|
||
|
final C17296vbq b() {
|
||
|
System.identityHashCode(this);
|
||
|
return (C17296vbq) d(new Object[]{this});
|
||
|
}
|
||
|
}
|