Home
last modified time | relevance | path

Searched refs:putLongVector (Results 1 – 2 of 2) sorted by relevance

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