Searched refs:native_get_boolean (Results 1 – 2 of 2) sorted by relevance
119 private static native boolean native_get_boolean(String key, boolean def); in native_get_boolean() method in SystemProperties130 private static native boolean native_get_boolean(long handle, boolean def); in native_get_boolean() method in SystemProperties220 return native_get_boolean(key, def); in getBoolean()366 return native_get_boolean(mNativeHandle, def); in getBoolean()
78 /*package*/ static boolean native_get_boolean(String key, boolean def) { in native_get_boolean() method in SystemProperties_Delegate