Searched refs:putStringVector (Results 1 – 5 of 5) sorted by relevance
62 void putStringVector(const String16& key, const std::vector<String16>& value);
76 p_bundle->putStringVector(*key, value);
224 void PersistableBundle::putStringVector(const String16& key, const vector<String16>& value) { in putStringVector() function in android::os::PersistableBundle
117 non_empty_bundle.putStringVector(String16("test_string_vector"), in TEST_F()