Home
last modified time | relevance | path

Searched defs:native_get_boolean (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/ravenwood/runtime-helper-src/framework/com/android/platform/test/ravenwood/nativesubstitution/
DSystemProperties_host.java136 public static boolean native_get_boolean(String key, boolean def) { in native_get_boolean() method in SystemProperties_host
172 public static boolean native_get_boolean(long handle, boolean def) { in native_get_boolean() method in SystemProperties_host
/frameworks/base/core/java/android/os/
DSystemProperties.java149 private static native boolean native_get_boolean(String key, boolean def); in native_get_boolean() method in SystemProperties
160 private static native boolean native_get_boolean(long handle, boolean def); in native_get_boolean() method in SystemProperties