Searched refs:TV_APP_PACKAGE (Results 1 – 2 of 2) sorted by relevance
26 public static final String TV_APP_PACKAGE = "com.android.tv"; field in Constants27 public static final BySelector TV_VIEW = By.res(TV_APP_PACKAGE, "main_tunable_tv_view");28 public static final BySelector CHANNEL_BANNER = By.res(TV_APP_PACKAGE, "channel_banner_view");29 public static final BySelector KEYPAD_CHANNEL_SWITCH = By.res(TV_APP_PACKAGE, "channel_number");30 public static final BySelector MENU = By.res(TV_APP_PACKAGE, "menu");31 public static final BySelector SIDE_PANEL = By.res(TV_APP_PACKAGE, "side_panel");32 public static final BySelector PROGRAM_GUIDE = By.res(TV_APP_PACKAGE, "program_guide");
33 .getLaunchIntentForPackage(Constants.TV_APP_PACKAGE); in assertAppStarted()42 Assert.assertTrue(Constants.TV_APP_PACKAGE + " did not start", mUiDevice in assertAppStarted()43 .wait(Until.hasObject(By.pkg(Constants.TV_APP_PACKAGE).depth(0)), in assertAppStarted()