/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ui/ |
D | UiSearch.java | 54 public static boolean search(UiScrollable scroller, UiSelector selector, String name, in search() 112 public static boolean search(UiScrollable scroller, BySelector selector, String name, in search() 175 public static boolean search(UiSelector selector, int maxTimeoutInSeconds) { in search()
|
D | UiSearch2.java | 60 public static boolean search(UiScrollable scroller, UiSelector selector, String name, in search() 118 public static boolean search(UiScrollable scroller, BySelector selector, String name, in search() 181 public static boolean search(UiSelector selector, int maxTimeoutInSeconds) { in search()
|
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/ |
D | AbstractAutoStandardAppHelper.java | 165 protected void waitForGone(BySelector selector) { in waitForGone() 291 protected UiObject2 scrollAndFindUiObject(BySelector selector) { in scrollAndFindUiObject() 296 protected UiObject2 scrollAndFindUiObject(BySelector selector, int index) { in scrollAndFindUiObject() 338 protected UiObject2 findUiObject(BySelector selector) { in findUiObject() 347 protected List<UiObject2> findUiObjects(BySelector selector) { in findUiObjects() 356 protected List<UiObject2> findUiObjects(BySelector selector, int depth) { in findUiObjects() 393 protected void clickAndWaitForGone(UiObject2 uiObject2, BySelector selector) { in clickAndWaitForGone() 403 protected boolean hasUiObject(BySelector selector) { in hasUiObject()
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsDateTimeHelperImpl.java | 95 UiSelector selector = in setCalendar() local 228 UiSelector selector = in setTime() local 282 UiSelector selector = in scrollToObjectInPicker() local 407 BySelector selector = By.clickable(true).hasDescendant(By.text(timezone)); in setTimeZone() local 486 BySelector selector = By.clickable(true).hasDescendant(bySelector); in getMenu() local 515 BySelector selector = By.hasDescendant(bySelector); in getSwitchWidget() local
|
D | SettingsAppInfoHelperImpl.java | 60 BySelector selector = in showAllApps() local 227 BySelector selector = By.textContains(application); in selectApp() local
|
D | SettingsSystemHelperImpl.java | 209 BySelector selector = in resetAppPreferences() local 311 private UiObject2 getMenu(BySelector selector) { in getMenu()
|
D | SettingHelperImpl.java | 176 BySelector selector = By.text(menuPattern); in verifyAvailableOptions() local
|
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/ |
D | SystemUiJankTests.java | 164 public UiObject2 select(BySelector selector, Direction direction, long timeoutMs) { in select() 189 public UiObject2 selectBidirect(BySelector selector, Direction direction) { in selectBidirect()
|
/platform_testing/libraries/tapl-common/src/android/platform/test/scenario/tapl_common/ |
D | TaplUiObject.kt | 75 val selector = By.res(uiObject.applicationPackage, childResourceId) in waitForChildObject() constant
|
/platform_testing/libraries/launcher-helper/src/android/support/test/launcherhelper/ |
D | LeanbackLauncherStrategy.java | 586 protected UiObject2 findNotificationCard(BySelector selector) { in findNotificationCard() 606 protected UiObject2 findNotificationCard(BySelector selector, Direction direction) { in findNotificationCard() 723 protected UiObject2 findSettingInRow(BySelector selector, Direction direction) { in findSettingInRow()
|
/platform_testing/libraries/app-helpers/interfaces/tv/src/android/platform/helpers/ |
D | AbstractLeanbackAppHelper.java | 252 public UiObject2 select(UiObject2 container, final BySelector selector, Direction direction) { in select()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | AbstractStandardAppHelper.java | 361 public static UiObject2 waitForObject(UiDevice device, BySelector selector) { in waitForObject()
|