Searched refs:assertHas (Results 1 – 7 of 7) sorted by relevance
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/ |
D | DvrLibraryTest.java | 87 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/ |
D | LiveChannelsAppTest.java | 60 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()
|
D | LiveChannelsTestController.java | 144 public void assertHas(BySelector bySelector, boolean expected) { in assertHas() method in LiveChannelsTestController 145 UiDeviceAsserts.assertHas(mDevice, bySelector, expected); in assertHas()
|
D | ProgramGuideTest.java | 40 controller.assertHas(Constants.MENU, false); in testCancel()
|
D | TimeoutTest.java | 66 controller.assertHas(Constants.MENU, false); in testProgramGuide()
|
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
D | MenuHelper.java | 81 UiDeviceAsserts.assertHas(mUiDevice, MENU, true); in assertNavigateToRow() 100 UiDeviceAsserts.assertHas(mUiDevice, MENU, true); in assertNavigateToPlayControlsRow()
|
D | UiDeviceAsserts.java | 35 public static void assertHas(UiDevice uiDevice, BySelector bySelector, boolean expected) { in assertHas() method in UiDeviceAsserts
|