Home
last modified time | relevance | path

Searched refs:putStringVector (Results 1 – 3 of 3) sorted by relevance

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