Searched refs:CHANNEL_BANNER (Results 1 – 2 of 2) sorted by relevance
42 assertWaitForCondition(mDevice, Until.hasObject(Constants.CHANNEL_BANNER)); in testChannelBannerAppearDisappear()43 assertWaitForCondition(mDevice, Until.gone(Constants.CHANNEL_BANNER), mShowDurationMillis); in testChannelBannerAppearDisappear()48 assertWaitForCondition(mDevice, Until.hasObject(Constants.CHANNEL_BANNER)); in testChannelBannerShownWhenTune()50 assertWaitForCondition(mDevice, Until.hasObject(Constants.CHANNEL_BANNER)); in testChannelBannerShownWhenTune()
28 public static final BySelector CHANNEL_BANNER = By.res(TV_APP_PACKAGE, "channel_banner_view"); field in Constants