Home
last modified time | relevance | path

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

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