Searched refs:TV_APP_PACKAGE (Results 1 – 3 of 3) sorted by relevance
/packages/apps/TV/tests/common/src/com/android/tv/testing/uihelper/ |
D | Constants.java | 28 public static final String TV_APP_PACKAGE = CommonConstants.BASE_PACKAGE; field in Constants 29 public static final BySelector TV_VIEW = By.res(TV_APP_PACKAGE, "main_tunable_tv_view"); 30 public static final BySelector CHANNEL_BANNER = By.res(TV_APP_PACKAGE, "channel_banner_view"); 31 public static final BySelector KEYPAD_CHANNEL_SWITCH = By.res(TV_APP_PACKAGE, "channel_number"); 32 public static final BySelector MENU = By.res(TV_APP_PACKAGE, "menu"); 33 public static final BySelector SIDE_PANEL = By.res(TV_APP_PACKAGE, "side_panel"); 34 public static final BySelector PROGRAM_GUIDE = By.res(TV_APP_PACKAGE, "program_guide"); 35 public static final BySelector DVR_LIBRARY = By.res(TV_APP_PACKAGE, "dvr_frame"); 36 public static final BySelector DVR_SCHEDULES = By.res(TV_APP_PACKAGE, "dvr_schedules");
|
D | LiveChannelsUiDeviceHelper.java | 49 mContext.getPackageManager().getLaunchIntentForPackage(Constants.TV_APP_PACKAGE); in assertAppStarted() 59 Constants.TV_APP_PACKAGE + " did not start", in assertAppStarted() 61 Until.hasObject(By.pkg(Constants.TV_APP_PACKAGE).depth(0)), in assertAppStarted()
|
/packages/apps/TV/tests/func/src/com/android/tv/tests/ui/ |
D | PlayControlsRowViewTest.java | 44 private static final String BUTTON_ID_PLAY_PAUSE = Constants.TV_APP_PACKAGE + ":id/play_pause";
|