Searched defs:putLongVector (Results 1 – 2 of 2) sorted by relevance
206 void PersistableBundle::putLongVector(const String16& key, const vector<int64_t>& value) { in putLongVector() function in android::os::PersistableBundle
233 void putLongVector(const std::string& key, const std::vector<int64_t>& vec) { in putLongVector() function