Searched refs:getStringVector (Results 1 – 6 of 6) sorted by relevance
80 bool getStringVector(const String16& key, std::vector<String16>* out) const;
126 p_bundle->getStringVector(*key, &out);
213 bool ret = pBundle->mPBundle.getStringVector(android::String16(key), &newVec); in APersistableBundle_getStringVector()
392 bool getStringVector(const std::string& key, std::vector<std::string>* _Nonnull vec) { in getStringVector() function
262 bool PersistableBundle::getStringVector(const String16& key, vector<String16>* out) const { in getStringVector() function in android::os::PersistableBundle