Searched refs:native_get_long (Results 1 – 2 of 2) sorted by relevance
116 private static native long native_get_long(String key, long def); in native_get_long() method in SystemProperties128 private static native long native_get_long(long handle, long def); in native_get_long() method in SystemProperties199 return native_get_long(key, def); in getLong()359 return native_get_long(mNativeHandle, def); in getLong()
63 /*package*/ static long native_get_long(String key, long def) { in native_get_long() method in SystemProperties_Delegate