Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/
DPersistableBundle.cpp196 void PersistableBundle::putBooleanVector(const String16& key, const vector<bool>& value) { in putBooleanVector() function in android::os::PersistableBundle
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h208 void putBooleanVector(const std::string& key, const std::vector<bool>& vec) { in putBooleanVector() function