Searched refs:getBoolean (Results 1 – 3 of 3) sorted by relevance
57 bool getBoolean(bool *value) const;134 bool getBoolean(KEY key, bool *out) const { in getBoolean() function136 return value.getBoolean(out); in getBoolean()
435 bool JSONValue::getBoolean(bool *value) const { in getBoolean() function in android::JSONValue
91 return context.getSharedPreferences(SHARED_PREFS, Context.MODE_PRIVATE).getBoolean( in readConnectivity()