Searched refs:SIDE_PANEL (Results 1 – 4 of 4) sorted by relevance
31 public static final BySelector SIDE_PANEL = By.res(TV_APP_PACKAGE, "side_panel"); field in Constants
41 return By.copy(Constants.SIDE_PANEL) in bySidePanelTitled()
893 private static final int SIDE_PANEL = 1;904 if (fromLocation == SIDE_PANEL && toLocation == PROGRAM_TABLE) {906 } else if (fromLocation == PROGRAM_TABLE && toLocation == SIDE_PANEL) {917 return SIDE_PANEL;
72 if (mDevice.hasObject(Constants.SIDE_PANEL) || mDevice.hasObject(Constants.MENU) || mDevice in tearDown()