Searched refs:doesNotExistOrIsNotDisplayed (Results 1 – 6 of 6) sorted by relevance
31 import static com.android.car.ui.matchers.ViewMatchers.doesNotExistOrIsNotDisplayed;143 onView(withText("test_menuitem")).check(doesNotExistOrIsNotDisplayed()); in menuItems_icon_shouldShow()173 onView(withText("Test!")).check(doesNotExistOrIsNotDisplayed()); in menuItems_textAndIcon_shouldShow()190 onView(withText("Test!")).check(doesNotExistOrIsNotDisplayed()); in menuItems_removeIcon_shouldShowText()259 onView(withContentDescription("Overflow")).check(doesNotExistOrIsNotDisplayed()); in menuItems_noOverflow_buttonDoesntExist()312 onView(withText("Overflow MenuItem 2!")).check(doesNotExistOrIsNotDisplayed()); in menuItems_overflow2To1_shouldWork()376 onView(withText("Button!")).check(doesNotExistOrIsNotDisplayed()); in menuItems_setVisibility_shouldHide()471 .check(doesNotExistOrIsNotDisplayed()); in menuItems_searchScreen_shouldHideMenuItems()476 onView(withText("Button!")).check(doesNotExistOrIsNotDisplayed()); in menuItems_searchScreen_shouldHideMenuItems()478 .check(doesNotExistOrIsNotDisplayed()); in menuItems_searchScreen_shouldHideMenuItems()
30 import static com.android.car.ui.matchers.ViewMatchers.doesNotExistOrIsNotDisplayed;94 onView(withText("Hello, world!")).check(doesNotExistOrIsNotDisplayed()); in test_setSearchQueryBeforeSearchMode_doesNothing()141 .check(doesNotExistOrIsNotDisplayed()); in test_setSearchIcon_showsIcon()155 .check(doesNotExistOrIsNotDisplayed()); in test_setSearchIconTo0_removesIcon()164 onView(isAssignableFrom(EditText.class)).check(doesNotExistOrIsNotDisplayed()); in test_setSearchModeDisabled_hidesSearchBox()
27 import static com.android.car.ui.matchers.ViewMatchers.doesNotExistOrIsNotDisplayed;91 onView(withText(toolbarTitle)).check(doesNotExistOrIsNotDisplayed()); in test_setTitle_displaysTitle()131 onView(withText("Test title!")).check(doesNotExistOrIsNotDisplayed()); in test_setSubtitle_displaysSubtitle()170 onView(withDrawable(context, R.drawable.ic_launcher)).check(doesNotExistOrIsNotDisplayed()); in test_setLogoDrawable_displaysLogo()
23 import static com.android.car.ui.matchers.ViewMatchers.doesNotExistOrIsNotDisplayed;149 onView(withText("Tab 1")).check(doesNotExistOrIsNotDisplayed()); in test_clearAllTabs_works()150 onView(withText("Tab 2")).check(doesNotExistOrIsNotDisplayed()); in test_clearAllTabs_works()
68 public static ViewAssertion doesNotExistOrIsNotDisplayed() { in doesNotExistOrIsNotDisplayed() method in ViewMatchers
51 import static com.android.car.ui.matchers.ViewMatchers.doesNotExistOrIsNotDisplayed;1502 onView(withId(getId("car_ui_scroll_bar"))).check(doesNotExistOrIsNotDisplayed()); in testSmallSize_oneItem()