Searched refs:getDoubleVector (Results 1 – 4 of 4) sorted by relevance
78 bool getDoubleVector(const String16& key, std::vector<double>* out) const;
131 p_bundle->getDoubleVector(*key, &out);
266 bool PersistableBundle::getDoubleVector(const String16& key, vector<double>* out) const { in getDoubleVector() function in android::os::PersistableBundle