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