Searched refs:getLongVectorKeys (Results 1 – 6 of 6) sorted by relevance
91 std::set<String16> getLongVectorKeys() const;
177 p_bundle->getLongVectorKeys();
288 std::set<android::String16> ret = pBundle->mPBundle.getLongVectorKeys(); in APersistableBundle_getLongVectorKeys()
490 std::set<std::string> getLongVectorKeys() { in getLongVectorKeys() function
298 set<String16> PersistableBundle::getLongVectorKeys() const { in getLongVectorKeys() function in android::os::PersistableBundle