discord-jadx/app/src/main/java/s/a/s0.java

19 lines
413 B
Java
Raw Normal View History

2021-06-27 20:44:35 +00:00
package s.a;
2021-06-27 20:53:42 +00:00
import s.a.a.t;
/* compiled from: EventLoop.common.kt */
public final class s0 {
public static final t a = new t("REMOVED_TASK");
public static final t b = new t("CLOSED_EMPTY");
2021-06-27 20:44:35 +00:00
2021-06-27 20:53:42 +00:00
public static final long a(long j) {
if (j <= 0) {
return 0;
}
if (j >= 9223372036854L) {
return Long.MAX_VALUE;
2021-06-27 20:44:35 +00:00
}
2021-06-27 20:53:42 +00:00
return 1000000 * j;
2021-06-27 20:44:35 +00:00
}
}