Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DConstants.java27 public static final BySelector TV_VIEW = By.res(TV_APP_PACKAGE, "main_tunable_tv_view"); field in Constants
DLiveChannelsUiDeviceHelper.java40 waitForCondition(mUiDevice, Until.hasObject(Constants.TV_VIEW)); in assertAppStarted()