Home
last modified time | relevance | path

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

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