Searched refs:getBooleanVectorKeys (Results 1 – 6 of 6) sorted by relevance
89 std::set<String16> getBooleanVectorKeys() const;
175 p_bundle->getBooleanVectorKeys();
272 std::set<android::String16> ret = pBundle->mPBundle.getBooleanVectorKeys(); in APersistableBundle_getBooleanVectorKeys()
476 std::set<std::string> getBooleanVectorKeys() { in getBooleanVectorKeys() function
290 set<String16> PersistableBundle::getBooleanVectorKeys() const { in getBooleanVectorKeys() function in android::os::PersistableBundle