Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/frameworks/native/libs/binder/
DPersistableBundle.cpp191 void PersistableBundle::putBooleanVector(const String16& key, const std::vector<bool>& value) { in putBooleanVector() function in android::os::PersistableBundle