Home
last modified time | relevance | path

Searched refs:assertWaitUntilFocused (Results 1 – 3 of 3) sorted by relevance

/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
DDvrLibraryTest.java19 import static com.android.tv.testing.uihelper.UiDeviceAsserts.assertWaitUntilFocused;
102 assertWaitUntilFocused(controller.getUiDevice(), mFullScheduleCard); in testEmptyLibrary()
187 controller.assertWaitUntilFocused(newScheduleCard); in testScheduleRecordings()
189 controller.assertWaitUntilFocused(mFullScheduleCard); in testScheduleRecordings()
206 controller.assertWaitUntilFocused(newScheduleCard); in testScheduleRecordings()
208 controller.assertWaitUntilFocused(seriesCardWithOneSchedule); in testScheduleRecordings()
230 controller.assertWaitUntilFocused(seriesCardWithOneSchedule); in testScheduleRecordings()
232 controller.assertWaitUntilFocused(newScheduleCard); in testScheduleRecordings()
255 controller.assertWaitUntilFocused(mFullScheduleCard); in testScheduleRecordings()
259 controller.assertWaitUntilFocused(seriesCardWithOneRecordedProgram); in testScheduleRecordings()
[all …]
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DLiveChannelsTestController.java156 public void assertWaitUntilFocused(BySelector bySelector) { in assertWaitUntilFocused() method in LiveChannelsTestController
157 UiDeviceAsserts.assertWaitUntilFocused(mDevice, bySelector); in assertWaitUntilFocused()
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DUiDeviceAsserts.java39 public static void assertWaitUntilFocused(UiDevice uiDevice, BySelector bySelector) { in assertWaitUntilFocused() method in UiDeviceAsserts