Searched refs:getLongVector (Results 1 – 7 of 7) sorted by relevance
78 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
136 p_bundle->getLongVector(*key, &out);
231 EXPECT_TRUE(bundle.getLongVector(key, &values)) in TEST_F()
197 bool ret = pBundle->mPBundle.getLongVector(android::String16(key), &newVec); in APersistableBundle_getLongVector()
360 bool getLongVector(const std::string& key, std::vector<int64_t>* _Nonnull vec) { in getLongVector() function
254 bool PersistableBundle::getLongVector(const String16& key, vector<int64_t>* out) const { in getLongVector() function in android::os::PersistableBundle