Searched refs:TV_VIEW (Results 1 – 3 of 3) sorted by relevance
29 public static final BySelector TV_VIEW = By.res(TV_APP_PACKAGE, "main_tunable_tv_view"); field in Constants
56 waitForCondition(mUiDevice, Until.hasObject(Constants.TV_VIEW)); in assertAppStarted()
53 mTvView = controller.getUiDevice().findObject(Constants.TV_VIEW); in setUp()