Searched refs:native_get_boolean (Results 1 – 2 of 2) sorted by relevance
39 private static native boolean native_get_boolean(String key, boolean def); in native_get_boolean() method in SystemProperties114 return native_get_boolean(key, def); in getBoolean()
78 /*package*/ static boolean native_get_boolean(String key, boolean def) { in native_get_boolean() method in SystemProperties_Delegate