Home
last modified time | relevance | path

Searched defs:selector (Results 1 – 3 of 3) sorted by relevance

/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java158 public UiObject2 select(BySelector selector, Direction direction, long timeoutMs) { in select()
183 public UiObject2 selectBidirect(BySelector selector, Direction direction) { in selectBidirect()
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/
DLeanbackLauncherStrategy.java567 protected UiObject2 findNotificationCard(BySelector selector) { in findNotificationCard()
587 protected UiObject2 findNotificationCard(BySelector selector, Direction direction) { in findNotificationCard()
704 protected UiObject2 findSettingInRow(BySelector selector, Direction direction) { in findSettingInRow()
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/
DAbstractLeanbackAppHelper.java252 public UiObject2 select(UiObject2 container, final BySelector selector, Direction direction) { in select()