Searched defs:getDoubleVector (Results 1 – 2 of 2) sorted by relevance
261 bool PersistableBundle::getDoubleVector(const String16& key, vector<double>* out) const { in getDoubleVector() function in android::os::PersistableBundle
363 bool getDoubleVector(const std::string& key, std::vector<double>* _Nonnull vec) const { in getDoubleVector() function