Searched refs:putBooleanVector (Results 1 – 6 of 6) sorted by relevance
59 void putBooleanVector(const String16& key, const std::vector<bool>& value);
96 p_bundle->putBooleanVector(*key, value);
111 pBundle->mPBundle.putBooleanVector(android::String16(key), newVec); in APersistableBundle_putBooleanVector()
208 void putBooleanVector(const std::string& key, const std::vector<bool>& vec) { in putBooleanVector() function
196 void PersistableBundle::putBooleanVector(const String16& key, const vector<bool>& value) { in putBooleanVector() function in android::os::PersistableBundle