MCPcopy Index your code
hub / github.com/java-native-access/jna / isAndroid

Method isAndroid

src/com/sun/jna/Platform.java:148–150  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

146 return osType == MAC;
147 }
148 public static final boolean isAndroid() {
149 return osType == ANDROID;
150 }
151 public static final boolean isLinux() {
152 return osType == LINUX;
153 }

Callers 4

testGetProcessMethod · 0.95
loadLibraryMethod · 0.95
NativeClass · 0.95

Calls

no outgoing calls

Tested by 1

testGetProcessMethod · 0.76