66 lines
1.7 KiB
Java
66 lines
1.7 KiB
Java
|
package o;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public final class RyZ {
|
||
|
final Jzs b;
|
||
|
|
||
|
/* loaded from: classes2.dex */
|
||
|
public enum IeS {
|
||
|
TINK,
|
||
|
LEGACY,
|
||
|
RAW,
|
||
|
CRUNCHY
|
||
|
}
|
||
|
|
||
|
/* renamed from: o.RyZ$1, reason: invalid class name */
|
||
|
/* loaded from: classes2.dex */
|
||
|
static /* synthetic */ class AnonymousClass1 {
|
||
|
static final int[] a;
|
||
|
private static int[] c;
|
||
|
|
||
|
static {
|
||
|
int[] iArr = new int[IeS.values().length];
|
||
|
a = iArr;
|
||
|
try {
|
||
|
iArr[IeS.TINK.ordinal()] = 1;
|
||
|
} catch (NoSuchFieldError unused) {
|
||
|
}
|
||
|
try {
|
||
|
a[IeS.LEGACY.ordinal()] = 2;
|
||
|
} catch (NoSuchFieldError unused2) {
|
||
|
}
|
||
|
try {
|
||
|
a[IeS.RAW.ordinal()] = 3;
|
||
|
} catch (NoSuchFieldError unused3) {
|
||
|
}
|
||
|
try {
|
||
|
a[IeS.CRUNCHY.ordinal()] = 4;
|
||
|
} catch (NoSuchFieldError unused4) {
|
||
|
}
|
||
|
int[] iArr2 = new int[Umh.values().length];
|
||
|
c = iArr2;
|
||
|
try {
|
||
|
iArr2[Umh.TINK.ordinal()] = 1;
|
||
|
} catch (NoSuchFieldError unused5) {
|
||
|
}
|
||
|
try {
|
||
|
c[Umh.LEGACY.ordinal()] = 2;
|
||
|
} catch (NoSuchFieldError unused6) {
|
||
|
}
|
||
|
try {
|
||
|
c[Umh.RAW.ordinal()] = 3;
|
||
|
} catch (NoSuchFieldError unused7) {
|
||
|
}
|
||
|
try {
|
||
|
c[Umh.CRUNCHY.ordinal()] = 4;
|
||
|
} catch (NoSuchFieldError unused8) {
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
|
||
|
/* JADX INFO: Access modifiers changed from: package-private */
|
||
|
public RyZ(Jzs jzs) {
|
||
|
this.b = jzs;
|
||
|
}
|
||
|
}
|