- 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
735 B
Java
34 lines
735 B
Java
package com.tapjoy.internal;
|
|
|
|
import androidx.work.WorkInfo;
|
|
|
|
/* loaded from: classes4.dex */
|
|
public final class w0 {
|
|
public final l a;
|
|
|
|
public w0(l lVar) {
|
|
this.a = lVar;
|
|
}
|
|
|
|
public static int a(int i) {
|
|
if ((i & WorkInfo.STOP_REASON_FOREGROUND_SERVICE_TIMEOUT) == 0) {
|
|
return 1;
|
|
}
|
|
if ((i & (-16384)) == 0) {
|
|
return 2;
|
|
}
|
|
if (((-2097152) & i) == 0) {
|
|
return 3;
|
|
}
|
|
return (i & (-268435456)) == 0 ? 4 : 5;
|
|
}
|
|
|
|
public final void b(int i) {
|
|
while ((i & WorkInfo.STOP_REASON_FOREGROUND_SERVICE_TIMEOUT) != 0) {
|
|
this.a.b((i & 127) | 128);
|
|
i >>>= 7;
|
|
}
|
|
this.a.b(i);
|
|
}
|
|
}
|