Home
last modified time | relevance | path

Searched defs: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
/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