Home
last modified time | relevance | path

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

/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/
DConstants.java29 public static final BySelector TV_VIEW = By.res(TV_APP_PACKAGE, "main_tunable_tv_view"); field in Constants
DLiveChannelsUiDeviceHelper.java56 waitForCondition(mUiDevice, Until.hasObject(Constants.TV_VIEW)); in assertAppStarted()
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/sidepanel/
DCustomizeChannelListFragmentTest.java53 mTvView = controller.getUiDevice().findObject(Constants.TV_VIEW); in setUp()