Home
last modified time | relevance | path

Searched refs:native_get (Results 1 – 4 of 4) 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
122 return Integer.parseInt(native_get(key, "")); in native_get_int()
130 return Long.parseLong(native_get(key, "")); in native_get_long()
137 return parseBoolean(native_get(key, ""), def); in native_get_boolean()
154 public static String native_get(long handle) { in native_get() method in SystemProperties_host
156 return native_get(sKeyHandles.get((int) handle), ""); in native_get()
/frameworks/base/core/java/android/os/
DSystemProperties.java134 private static String native_get(String key) { in native_get() method in SystemProperties
135 return native_get(key, ""); in native_get()
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
181 return native_get(key); in get()
197 return native_get(key, def); in get()
389 return native_get(mNativeHandle); in get()
/frameworks/base/boot/
Dboot-image-profile.txt12862 HSPLandroid/os/SystemProperties;->native_get(Ljava/lang/String;)Ljava/lang/String;
/frameworks/base/config/
Dboot-image-profile.txt12865 HSPLandroid/os/SystemProperties;->native_get(Ljava/lang/String;)Ljava/lang/String;