Searched refs:CHANNEL_BANNER (Results 1 – 4 of 4) sorted by relevance
51 controller.assertWaitForCondition(Until.hasObject(Constants.CHANNEL_BANNER)); in testChannelBannerAppearDisappear()53 Until.gone(Constants.CHANNEL_BANNER), mShowDurationMillis); in testChannelBannerAppearDisappear()59 controller.assertWaitForCondition(Until.hasObject(Constants.CHANNEL_BANNER)); in testChannelBannerShownWhenTune()61 controller.assertWaitForCondition(Until.hasObject(Constants.CHANNEL_BANNER)); in testChannelBannerShownWhenTune()
19 import static com.android.tv.testing.uihelper.Constants.CHANNEL_BANNER;55 controller.assertWaitForCondition(Until.hasObject(CHANNEL_BANNER)); in setUp()
30 public static final BySelector CHANNEL_BANNER = By.res(TV_APP_PACKAGE, "channel_banner_view"); field in Constants
58 controller.assertWaitForCondition(Until.hasObject(Constants.CHANNEL_BANNER)); in setUp()