Searched refs:waitForWindowInfosPredicate (Results 1 – 3 of 3) sorted by relevance
45 bool waitForWindowInfosPredicate(const WindowInfosPredicate& predicate) { in waitForWindowInfosPredicate() function in android::WindowInfosListenerTest46 return mWindowInfosListenerUtils.waitForWindowInfosPredicate(std::move(predicate)); in waitForWindowInfosPredicate()70 ASSERT_TRUE(waitForWindowInfosPredicate(windowPresent)); in TEST_F()77 ASSERT_TRUE(waitForWindowInfosPredicate(windowNotPresent)); in TEST_F()105 ASSERT_TRUE(waitForWindowInfosPredicate(windowIsPresentAndTouchableRegionEmpty)); in TEST_F()121 ASSERT_TRUE(waitForWindowInfosPredicate(windowIsPresentAndTouchableRegionMatches)); in TEST_F()
381 windowInfosListenerUtils.waitForWindowInfosPredicate(windowIsPresentAndNotTrusted)); in TEST_F()398 windowInfosListenerUtils.waitForWindowInfosPredicate(windowIsPresentAndTrusted)); in TEST_F()
36 bool waitForWindowInfosPredicate(const WindowInfosPredicate& predicate) { in waitForWindowInfosPredicate() function