Searched refs:putDoubleVector (Results 1 – 6 of 6) sorted by relevance
62 void putDoubleVector(const String16& key, const std::vector<double>& value);
81 p_bundle->putDoubleVector(*key, value);
138 pBundle->mPBundle.putDoubleVector(android::String16(key), newVec); in APersistableBundle_putDoubleVector()
241 void putDoubleVector(const std::string& key, const std::vector<double>& vec) { in putDoubleVector() function
211 void PersistableBundle::putDoubleVector(const String16& key, const vector<double>& value) { in putDoubleVector() function in android::os::PersistableBundle