Searched refs:native_get_boolean (Results 1 – 2 of 2) sorted by relevance
117 private static native boolean native_get_boolean(String key, boolean def); in native_get_boolean() method in SystemProperties128 private static native boolean native_get_boolean(long handle, boolean def); in native_get_boolean() method in SystemProperties215 return native_get_boolean(key, def); in getBoolean()376 return native_get_boolean(mNativeHandle, def); in getBoolean()
74 /*package*/ static boolean native_get_boolean(String key, boolean def) { in native_get_boolean() method in SystemProperties_Delegate129 /*package*/ static boolean native_get_boolean(long handle, boolean def) { in native_get_boolean() method in SystemProperties_Delegate