Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DSystemProperties.java37 private static native String native_get(String key); in native_get() method in SystemProperties
38 private static native String native_get(String key, String def); in native_get() method in SystemProperties
54 return native_get(key); in get()
66 return native_get(key, def); in get()