Home
last modified time | relevance | path

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

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