Home
last modified time | relevance | path

Searched refs:getStringVector (Results 1 – 3 of 3) sorted by relevance

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