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