Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DPersistableBundle.h76 bool getIntVector(const String16& key, std::vector<int32_t>* out) const;
/frameworks/native/libs/binder/
DPersistableBundle.cpp245 bool PersistableBundle::getIntVector(const String16& key, std::vector<int32_t>* out) const { in getIntVector() function in android::os::PersistableBundle