Home
last modified time | relevance | path

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

/frameworks/base/ravenwood/runtime-helper-src/framework/com/android/platform/test/ravenwood/nativesubstitution/
DSystemProperties_host.java128 public static long native_get_long(String key, long def) { in native_get_long() method in SystemProperties_host
166 public static long native_get_long(long handle, long def) { in native_get_long() method in SystemProperties_host
168 return native_get_long(sKeyHandles.get((int) handle), def); in native_get_long()
/frameworks/base/core/java/android/os/
DSystemProperties.java146 private static native long native_get_long(String key, long def); in native_get_long() method in SystemProperties
158 private static native long native_get_long(long handle, long def); in native_get_long() method in SystemProperties
227 return native_get_long(key, def); in getLong()
403 return native_get_long(mNativeHandle, def); in getLong()