Home
last modified time | relevance | path

Searched refs:getBoolean (Results 1 – 3 of 3) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h57 bool getBoolean(bool *value) const;
134 bool getBoolean(KEY key, bool *out) const { in getBoolean() function
136 return value.getBoolean(out); in getBoolean()
DJSONObject.cpp435 bool JSONValue::getBoolean(bool *value) const { in getBoolean() function in android::JSONValue
/device/sample/apps/LeanbackWidget/src/com/google/android/leanbacklauncher/partnerwidget/
DClockWidgetProvider.java91 return context.getSharedPreferences(SHARED_PREFS, Context.MODE_PRIVATE).getBoolean( in readConnectivity()