Searched refs:sectionName (Results 1 – 1 of 1) sorted by relevance
57 protected abstract BySelector getSidePanelResultSelector(String sectionName); in getSidePanelResultSelector() argument72 public void openSection(String sectionName) { in openSection() argument75 selectSection(sectionName); in openSection()79 BySelector sectionResult = getSidePanelResultSelector(sectionName); in openSection()82 String.format("Failed to find result opening section %s", sectionName)); in openSection()171 protected UiObject2 selectSection(String sectionName) { in selectSection() argument174 BySelector section = By.clazz(".TextView").text(sectionName); in selectSection()