- 28,932 files - Full Java source code - Smali files - Resources Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
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);
|
|
}
|
|
}
|