Searched refs:getLongVector (Results 1 – 4 of 4) sorted by relevance
78 bool getLongVector(const String16& key, std::vector<int64_t>* out) const;
132 bool getLongVector(std::vector<int64_t>* out) const;
250 bool PersistableBundle::getLongVector(const String16& key, vector<int64_t>* out) const { in getLongVector() function in android::os::PersistableBundle
227 EXPECT_TRUE(bundle.getLongVector(key, &values)) in TEST_F()