Home
last modified time | relevance | path

Searched refs:DVR_LIBRARY (Results 1 – 2 of 2) sorted by relevance

/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/dvr/
DDvrLibraryTest.java84 controller.assertWaitForCondition(Until.hasObject(Constants.DVR_LIBRARY)); in testCancel()
86 controller.assertWaitForCondition(Until.gone(Constants.DVR_LIBRARY)); in testCancel()
94 controller.assertWaitForCondition(Until.hasObject(Constants.DVR_LIBRARY)); in testEmptyLibrary()
104 controller.assertWaitForCondition(Until.gone(Constants.DVR_LIBRARY)); in testEmptyLibrary()
115 controller.assertWaitForCondition(Until.hasObject(Constants.DVR_LIBRARY)); in testEmptyLibrary()
117 controller.assertWaitForCondition(Until.gone(Constants.DVR_LIBRARY)); in testEmptyLibrary()
173 controller.assertWaitForCondition(Until.hasObject(Constants.DVR_LIBRARY)); in testScheduleRecordings()
193 controller.assertWaitForCondition(Until.gone(Constants.DVR_LIBRARY)); in testScheduleRecordings()
204 controller.assertWaitForCondition(Until.hasObject(Constants.DVR_LIBRARY)); in testScheduleRecordings()
210 controller.assertWaitForCondition(Until.gone(Constants.DVR_LIBRARY)); in testScheduleRecordings()
[all …]
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DConstants.java35 public static final BySelector DVR_LIBRARY = By.res(TV_APP_PACKAGE, "dvr_frame"); field in Constants