Searched refs:getLongKeys (Results 1 – 6 of 6) sorted by relevance
86 std::set<String16> getLongKeys() const;
172 p_bundle->getLongKeys();
248 std::set<android::String16> ret = pBundle->mPBundle.getLongKeys(); in APersistableBundle_getLongKeys()
455 std::set<std::string> getLongKeys() { in getLongKeys() function
278 set<String16> PersistableBundle::getLongKeys() const { in getLongKeys() function in android::os::PersistableBundle