Searched refs:native_get_boolean (Results 1 – 3 of 3) sorted by relevance
95 private static native boolean native_get_boolean(String key, boolean def); in native_get_boolean() method in SystemProperties180 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
40 Landroid/os/SystemProperties;->native_get_boolean(Ljava/lang/String;Z)Z