Searched refs:DoHint (Results 1 – 4 of 4) sorted by relevance
51 bool DoHint(const std::string& hint_type);56 bool DoHint(const std::string& hint_type,
228 EXPECT_TRUE(hm.DoHint("INTERACTION")); in TEST_F()234 EXPECT_TRUE(hm.DoHint("INTERACTION", 200ms)); in TEST_F()236 EXPECT_TRUE(hm.DoHint("LAUNCH")); in TEST_F()241 EXPECT_TRUE(hm.DoHint("LAUNCH", 500ms)); in TEST_F()498 EXPECT_TRUE(hm->DoHint("INTERACTION")); in TEST_F()504 EXPECT_TRUE(hm->DoHint("LAUNCH")); in TEST_F()
108 hm->DoHint(hint); in execConfig()
47 bool HintManager::DoHint(const std::string& hint_type) { in DoHint() function in android::perfmgr::HintManager54 bool HintManager::DoHint(const std::string& hint_type, in DoHint() function in android::perfmgr::HintManager