Searched refs:getDoubleVector (Results 1 – 6 of 6) sorted by relevance
79 bool getDoubleVector(const String16& key, std::vector<double>* out) const;
131 p_bundle->getDoubleVector(*key, &out);
204 bool ret = pBundle->mPBundle.getDoubleVector(android::String16(key), &newVec); in APersistableBundle_getDoubleVector()
367 bool getDoubleVector(const std::string& key, std::vector<double>* _Nonnull vec) { in getDoubleVector() function
258 bool PersistableBundle::getDoubleVector(const String16& key, vector<double>* out) const { in getDoubleVector() function in android::os::PersistableBundle