Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-helper-src/framework/com/android/platform/test/ravenwood/nativesubstitution/
DSystemProperties_host.java120 public static int native_get_int(String key, int def) { in native_get_int() method in SystemProperties_host
160 public static int native_get_int(long handle, int def) { in native_get_int() method in SystemProperties_host
162 return native_get_int(sKeyHandles.get((int) handle), def); in native_get_int()
/frameworks/base/core/java/android/os/
DSystemProperties.java143 private static native int native_get_int(String key, int def); in native_get_int() method in SystemProperties
156 private static native int native_get_int(long handle, int def); in native_get_int() method in SystemProperties
212 return native_get_int(key, def); in getInt()
396 return native_get_int(mNativeHandle, def); in getInt()