Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-helper-src/framework/com/android/platform/test/ravenwood/nativesubstitution/
DSystemProperties_host.java108 public static String native_get(String key, String def) { in native_get() method in SystemProperties_host
154 public static String native_get(long handle) { in native_get() method in SystemProperties_host
/frameworks/base/core/java/android/os/
DSystemProperties.java134 private static String native_get(String key) { in native_get() method in SystemProperties
140 private static native String native_get(String key, String def); in native_get() method in SystemProperties
154 private static native String native_get(long handle); in native_get() method in SystemProperties