Searched refs:native_get_boolean (Results 1 – 2 of 2) sorted by relevance
136 public static boolean native_get_boolean(String key, boolean def) { in native_get_boolean() method in SystemProperties_host172 public static boolean native_get_boolean(long handle, boolean def) { in native_get_boolean() method in SystemProperties_host174 return native_get_boolean(sKeyHandles.get((int) handle), def); in native_get_boolean()
149 private static native boolean native_get_boolean(String key, boolean def); in native_get_boolean() method in SystemProperties160 private static native boolean native_get_boolean(long handle, boolean def); in native_get_boolean() method in SystemProperties247 return native_get_boolean(key, def); in getBoolean()410 return native_get_boolean(mNativeHandle, def); in getBoolean()