Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/os/
DSystemProperties.java102 private static String native_get(String key) { in native_get() method in SystemProperties
103 return native_get(key, ""); in native_get()
108 private static native String native_get(String key, String def); in native_get() method in SystemProperties
122 private static native String native_get(long handle); in native_get() method in SystemProperties
149 return native_get(key); in get()
165 return native_get(key, def); in get()
355 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/boot/
Dboot-image-profile.txt13465 HSPLandroid/os/SystemProperties;->native_get(Ljava/lang/String;)Ljava/lang/String;
/frameworks/base/config/
Dboot-image-profile.txt13456 HSPLandroid/os/SystemProperties;->native_get(Ljava/lang/String;)Ljava/lang/String;