Searched refs:getBooleanKeys (Results 1 – 6 of 6) sorted by relevance
84 std::set<String16> getBooleanKeys() const;
170 p_bundle->getBooleanKeys();
232 std::set<android::String16> ret = pBundle->mPBundle.getBooleanKeys(); in APersistableBundle_getBooleanKeys()
441 std::set<std::string> getBooleanKeys() { in getBooleanKeys() function
270 set<String16> PersistableBundle::getBooleanKeys() const { in getBooleanKeys() function in android::os::PersistableBundle