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