Files
rr3-apk/decompiled/sources/kotlinx/coroutines/internal/SystemPropsKt.java
Daniel Elliott f9d20bb3fc Add decompiled APK source code (JADX)
- 28,932 files
- Full Java source code
- Smali files
- Resources

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-02-18 14:52:23 -08:00

29 lines
991 B
Java

package kotlinx.coroutines.internal;
/* loaded from: classes5.dex */
public abstract class SystemPropsKt {
public static final int getAVAILABLE_PROCESSORS() {
return SystemPropsKt__SystemPropsKt.getAVAILABLE_PROCESSORS();
}
public static final int systemProp(String str, int i, int i2, int i3) {
return SystemPropsKt__SystemProps_commonKt.systemProp(str, i, i2, i3);
}
public static final long systemProp(String str, long j, long j2, long j3) {
return SystemPropsKt__SystemProps_commonKt.systemProp(str, j, j2, j3);
}
public static final String systemProp(String str) {
return SystemPropsKt__SystemPropsKt.systemProp(str);
}
public static final String systemProp(String str, String str2) {
return SystemPropsKt__SystemProps_commonKt.systemProp(str, str2);
}
public static final boolean systemProp(String str, boolean z) {
return SystemPropsKt__SystemProps_commonKt.systemProp(str, z);
}
}