Searched refs:putIntVector (Results 1 – 4 of 4) sorted by relevance
59 void putIntVector(const String16& key, const std::vector<int32_t>& value);
91 p_bundle->putIntVector(*key, value);
209 void PersistableBundle::putIntVector(const String16& key, const vector<int32_t>& value) { in putIntVector() function in android::os::PersistableBundle