Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DSystemProperties.java104 private static String native_get(String key) { in native_get() method in SystemProperties
105 return native_get(key, ""); in native_get()
110 private static native String native_get(String key, String def); in native_get() method in SystemProperties
124 private static native String native_get(long handle); in native_get() method in SystemProperties
152 return native_get(key); in get()
169 return native_get(key, def); in get()
362 return native_get(mNativeHandle); in get()
/frameworks/layoutlib/bridge/src/android/os/
DSystemProperties_Delegate.java38 /*package*/ static String native_get(String key, String def) { in native_get() method in SystemProperties_Delegate
108 /*package*/ static String native_get(long handle) { in native_get() method in SystemProperties_Delegate
/frameworks/base/config/
Dboot-image-profile.txt16323 HSPLandroid/os/SystemProperties;->native_get(Ljava/lang/String;)Ljava/lang/String;