Searched refs:putIntVector (Results 1 – 6 of 6) sorted by relevance
60 void putIntVector(const String16& key, const std::vector<int32_t>& value);
91 p_bundle->putIntVector(*key, value);
120 pBundle->mPBundle.putIntVector(android::String16(key), newVec); in APersistableBundle_putIntVector()
225 void putIntVector(const std::string& key, const std::vector<int32_t>& vec) { in putIntVector() function
201 void PersistableBundle::putIntVector(const String16& key, const vector<int32_t>& value) { in putIntVector() function in android::os::PersistableBundle