Searched refs:native_get_long (Results 1 – 2 of 2) sorted by relevance
128 public static long native_get_long(String key, long def) { in native_get_long() method in SystemProperties_host166 public static long native_get_long(long handle, long def) { in native_get_long() method in SystemProperties_host168 return native_get_long(sKeyHandles.get((int) handle), def); in native_get_long()
146 private static native long native_get_long(String key, long def); in native_get_long() method in SystemProperties158 private static native long native_get_long(long handle, long def); in native_get_long() method in SystemProperties227 return native_get_long(key, def); in getLong()403 return native_get_long(mNativeHandle, def); in getLong()