Home
last modified time | relevance | path

Searched refs:putIntVector (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/include/binder/
DPersistableBundle.h59 void putIntVector(const String16& key, const std::vector<int32_t>& value);
/frameworks/native/libs/binder/
DPersistableBundle.cpp196 void PersistableBundle::putIntVector(const String16& key, const std::vector<int32_t>& value) { in putIntVector() function in android::os::PersistableBundle