OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:putBooleanVector
(Results
1 - 3
of
3
) sorted by null
/frameworks/native/include/binder/
PersistableBundle.h
58
void
putBooleanVector
(const String16& key, const std::vector<bool>& value);
/system/tools/aidl/tests/
aidl_test_client_parcelables.cpp
99
non_empty_bundle.
putBooleanVector
(String16("test_bool_vector"),
/frameworks/native/libs/binder/
PersistableBundle.cpp
191
void PersistableBundle::
putBooleanVector
(const String16& key, const std::vector<bool>& value) {
Completed in 1021 milliseconds