Home
last modified time | relevance | path

Searched defs:select (Results 1 – 2 of 2) sorted by relevance

/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java227 public UiObject2 select(SelectCondition condition, UiObject2 container, Direction direction) { in select() method in AbstractLeanbackAppHelper
252 public UiObject2 select(UiObject2 container, final BySelector selector, Direction direction) { in select() method in AbstractLeanbackAppHelper
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java164 public UiObject2 select(BySelector selector, Direction direction, long timeoutMs) { in select() method in SystemUiJankTests