Home
last modified time | relevance | path

Searched defs:getBoolean (Results 1 – 2 of 2) sorted by relevance

/device/google/contexthub/util/common/
DJSONObject.h134 bool getBoolean(KEY key, bool *out) const { in getBoolean() function
DJSONObject.cpp435 bool JSONValue::getBoolean(bool *value) const { in getBoolean() function in android::JSONValue