Home
last modified time | relevance | path

Searched defs:getBooleanVector (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DPersistableBundle.cpp246 bool PersistableBundle::getBooleanVector(const String16& key, vector<bool>* out) const { in getBooleanVector() function in android::os::PersistableBundle
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h346 bool getBooleanVector(const std::string& key, std::vector<bool>* _Nonnull vec) { in getBooleanVector() function