Searched defs:putDoubleVector (Results 1 – 2 of 2) sorted by relevance
211 void PersistableBundle::putDoubleVector(const String16& key, const vector<double>& value) { in putDoubleVector() function in android::os::PersistableBundle
241 void putDoubleVector(const std::string& key, const std::vector<double>& vec) { in putDoubleVector() function