Searched refs:putStringVector (Results 1 – 6 of 6) sorted by relevance
63 void putStringVector(const String16& key, const std::vector<String16>& value);
76 p_bundle->putStringVector(*key, value);
147 pBundle->mPBundle.putStringVector(android::String16(key), newVec); in APersistableBundle_putStringVector()
249 void putStringVector(const std::string& key, const std::vector<std::string>& vec) { in putStringVector() function
216 void PersistableBundle::putStringVector(const String16& key, const vector<String16>& value) { in putStringVector() function in android::os::PersistableBundle