Home
last modified time | relevance | path

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

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