Home | History | Annotate | Download | only in launcherhelper

Lines Matching refs:PACKAGE_LAUNCHER

46     private static final String PACKAGE_LAUNCHER = "com.google.android.tvlauncher";
60 private static final BySelector SELECTOR_TOP_ROW = By.res(PACKAGE_LAUNCHER, "top_row");
61 private static final BySelector SELECTOR_APPS_ROW = By.res(PACKAGE_LAUNCHER, "apps_row");
63 By.res(PACKAGE_LAUNCHER, "row_list_view");
65 By.res(PACKAGE_LAUNCHER, "channel_logo").focused(true).descContains("Apps");
67 By.res(PACKAGE_LAUNCHER, "configure_channels_row");
68 private static final BySelector SELECTOR_CONTROLLER_MOVE = By.res(PACKAGE_LAUNCHER, "move");
69 private static final BySelector SELECTOR_CONTROLLER_REMOVE = By.res(PACKAGE_LAUNCHER, "remove");
70 private static final BySelector SELECTOR_NOTIFICATIONS_ROW = By.res(PACKAGE_LAUNCHER,
141 return PACKAGE_LAUNCHER;
217 Until.hasObject(By.res(PACKAGE_LAUNCHER, "decor_title").text("Customize channels")),