Home
last modified time | relevance | path

Searched defs:putIntVector (Results 1 – 2 of 2) sorted by relevance

/frameworks/native/libs/binder/
DPersistableBundle.cpp201 void PersistableBundle::putIntVector(const String16& key, const vector<int32_t>& value) { in putIntVector() function in android::os::PersistableBundle
/frameworks/native/libs/binder/ndk/include_cpp/android/
Dpersistable_bundle_aidl.h225 void putIntVector(const std::string& key, const std::vector<int32_t>& vec) { in putIntVector() function