Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h79 bool getStringVector(const String16& key, std::vector<String16>* out) const;
/frameworks/native/include/binder/
DPersistableBundle.h79 bool getStringVector(const String16& key, std::vector<String16>* out) const;
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h126 p_bundle->getStringVector(*key, &out);
/frameworks/native/libs/binder/
DPersistableBundle.cpp270 bool PersistableBundle::getStringVector(const String16& key, vector<String16>* out) const { in getStringVector() function in android::os::PersistableBundle