Home
last modified time | relevance | path

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

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