Searched refs:putStringVector (Results 1 – 4 of 4) sorted by relevance
62 void putStringVector(const String16& key, const std::vector<String16>& value);
76 p_bundle->putStringVector(*key, value);
217 void PersistableBundle::putStringVector(const String16& key, const vector<String16>& value) { in putStringVector() function in android::os::PersistableBundle