Home
last modified time | relevance | path

Searched refs:sectionName (Results 1 – 1 of 1) sorted by relevance

/platform_testing/libraries/base-app-helpers/src/android/platform/test/helpers/
DAbstractLeanbackAppHelper.java57 protected abstract BySelector getSidePanelResultSelector(String sectionName); in getSidePanelResultSelector() argument
72 public void openSection(String sectionName) { in openSection() argument
75 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() argument
174 BySelector section = By.clazz(".TextView").text(sectionName); in selectSection()