Home
last modified time | relevance | path

Searched refs:assertHas (Results 1 – 7 of 7) sorted by relevance

/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
DDvrLibraryTest.java87 controller.assertHas(Constants.MENU, false); in testCancel()
97 controller.assertHas(mRecentRow, false); in testEmptyLibrary()
98 controller.assertHas(mScheduledRow, true); in testEmptyLibrary()
99 controller.assertHas(mSeriesRow, false); in testEmptyLibrary()
107 controller.assertHas(Constants.DVR_SCHEDULES, true); in testEmptyLibrary()
108 controller.assertHas( in testEmptyLibrary()
176 controller.assertHas(mRecentRow, false); in testScheduleRecordings()
177 controller.assertHas(mScheduledRow, true); in testScheduleRecordings()
178 controller.assertHas(mSeriesRow, true); in testScheduleRecordings()
194 controller.assertHas(Constants.DVR_SCHEDULES, true); in testScheduleRecordings()
[all …]
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/
DLiveChannelsAppTest.java60 controller.assertHas(Constants.MENU, false); in testSettingsCancel()
72 controller.assertHas(Constants.MENU, false); in testClosedCaptionsCancel()
90 controller.assertHas(Constants.MENU, false); in testDisplayModeCancel()
98 controller.assertHas(controller.menuHelper.getByChannels(), true); in testMenu()
113 controller.assertHas(Constants.MENU, false); in testMultiAudioCancel()
129 controller.assertHas(Constants.MENU, false); in testPinCancel()
DLiveChannelsTestController.java144 public void assertHas(BySelector bySelector, boolean expected) { in assertHas() method in LiveChannelsTestController
145 UiDeviceAsserts.assertHas(mDevice, bySelector, expected); in assertHas()
DProgramGuideTest.java40 controller.assertHas(Constants.MENU, false); in testCancel()
DTimeoutTest.java66 controller.assertHas(Constants.MENU, false); in testProgramGuide()
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DMenuHelper.java81 UiDeviceAsserts.assertHas(mUiDevice, MENU, true); in assertNavigateToRow()
100 UiDeviceAsserts.assertHas(mUiDevice, MENU, true); in assertNavigateToPlayControlsRow()
DUiDeviceAsserts.java35 public static void assertHas(UiDevice uiDevice, BySelector bySelector, boolean expected) { in assertHas() method in UiDeviceAsserts