Home
last modified time | relevance | path

Searched refs:doesNotExistOrIsNotDisplayed (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/toolbar/
H A DToolbarMenuItemsTest.java31 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()
H A DToolbarSearchTest.java30 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()
H A DToolbarTest.java27 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()
H A DToolbarTabTest.java23 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()
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/matchers/
H A DViewMatchers.java68 public static ViewAssertion doesNotExistOrIsNotDisplayed() { in doesNotExistOrIsNotDisplayed() method in ViewMatchers
/aosp12/packages/apps/Car/libs/car-ui-lib/car-ui-lib/src/androidTest/java/com/android/car/ui/recyclerview/
H A DCarUiRecyclerViewTest.java51 import static com.android.car.ui.matchers.ViewMatchers.doesNotExistOrIsNotDisplayed;
1502 onView(withId(getId("car_ui_scroll_bar"))).check(doesNotExistOrIsNotDisplayed()); in testSmallSize_oneItem()