Searched refs:getDoubleKeys (Results 1 – 7 of 7) sorted by relevance
129 EXPECT_EQ(pb.getDoubleKeys().size(), 1); in TEST()
87 std::set<String16> getDoubleKeys() const;
173 p_bundle->getDoubleKeys();
256 std::set<android::String16> ret = pBundle->mPBundle.getDoubleKeys(); in APersistableBundle_getDoubleKeys()
462 std::set<std::string> getDoubleKeys() { in getDoubleKeys() function
282 set<String16> PersistableBundle::getDoubleKeys() const { in getDoubleKeys() function in android::os::PersistableBundle