Searched refs:getBooleanVector (Results 1 – 6 of 6) sorted by relevance
76 bool getBooleanVector(const String16& key, std::vector<bool>* out) const;
146 p_bundle->getBooleanVector(*key, &out);
183 bool ret = pBundle->mPBundle.getBooleanVector(android::String16(key), &newVec); in APersistableBundle_getBooleanVector()
346 bool getBooleanVector(const std::string& key, std::vector<bool>* _Nonnull vec) { in getBooleanVector() function
246 bool PersistableBundle::getBooleanVector(const String16& key, vector<bool>* out) const { in getBooleanVector() function in android::os::PersistableBundle