Searched refs:putBooleanVector (Results 1 – 5 of 5) sorted by relevance
58 void putBooleanVector(const String16& key, const std::vector<bool>& value);
96 p_bundle->putBooleanVector(*key, value);
204 void PersistableBundle::putBooleanVector(const String16& key, const vector<bool>& value) { in putBooleanVector() function in android::os::PersistableBundle
111 non_empty_bundle.putBooleanVector(String16("test_bool_vector"), in TEST_F()