Home
last modified time | relevance | path

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

/frameworks/native/include/binder/
DPersistableBundle.h77 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
/frameworks/native/libs/binder/
DPersistableBundle.cpp249 bool PersistableBundle::getLongVector(const String16& key, std::vector<int64_t>* out) const { in getLongVector() function in android::os::PersistableBundle