Searched refs:getBooleanVector (Results 1 – 4 of 4) sorted by relevance
75 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
146 p_bundle->getBooleanVector(*key, &out);
254 bool PersistableBundle::getBooleanVector(const String16& key, vector<bool>* out) const { in getBooleanVector() function in android::os::PersistableBundle