Home
last modified time | relevance | path

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

/frameworks/native/libs/binder/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/frameworks/native/include/binder/
DPersistableBundle.h58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
/frameworks/native/libs/binder/tests/unit_fuzzers/
DPersistableBundleFuzzFunctions.h96 p_bundle->putBooleanVector(*key, value);
/frameworks/native/libs/binder/
DPersistableBundle.cpp204 void PersistableBundle::putBooleanVector(const String16& key, const vector<bool>& value) { in putBooleanVector() function in android::os::PersistableBundle