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/ | ||
D | SystemProperties_host.java | 108 public static String native_get(String key, String def) { in native_get() method in SystemProperties_host |
/frameworks/base/core/java/android/os/ | ||
D | SystemProperties.java | 134 private static String native_get(String key) { in native_get() method in SystemProperties |