/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ui/ |
D | UiSearch.java | 56 public static boolean search(UiScrollable scroller, UiSelector selector, String name, in search() 114 public static boolean search(UiScrollable scroller, BySelector selector, String name, in search() 177 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/notifications-app-helper/src/android/platform/helpers/ |
D | AutoNotificationHelperImpl.java | 165 BySelector selector = By.text(title); in checkNotificationExists() local 184 private boolean checkIfClearAllButtonExist(BySelector selector) { in checkIfClearAllButtonExist() 190 private boolean checkIfManageButtonExist(BySelector selector) { in checkIfManageButtonExist() 258 private UiObject2 findInNotificationList(BySelector selector) { in findInNotificationList()
|
D | AutoNotificationMockingHelperImpl.java | 185 BySelector selector = By.text(title); in checkNotificationExists() local
|
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/ |
D | SettingsDateTimeHelperImpl.java | 139 UiSelector selector = in setCalendar() local 264 UiSelector selector = in setTime() local 317 UiSelector selector = in scrollToObjectInPicker() local 433 BySelector selector = By.clickable(true).hasDescendant(By.text(timezone)); in setTimeZone() local 522 BySelector selector = By.clickable(true).hasDescendant(bySelector); in getMenu() local 570 BySelector selector = By.hasDescendant(bySelector); in getSwitchWidget() local
|
D | SettingsSystemHelperImpl.java | 247 BySelector selector = in resetAppPreferences() local 379 private UiObject2 getMenu(BySelector selector) { in getMenu()
|
D | SettingsAppInfoHelperImpl.java | 115 BySelector selector = in showAllApps() local
|
D | SettingHelperImpl.java | 307 BySelector selector = By.text(menuPattern); in openMenuWith() 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/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/ |
D | UiElement.java | 144 BySelector selector = null; in getBySelectorForUiElement() local
|
D | WorkflowTask.java | 233 BySelector selector = uiElement.getBySelectorForUiElement(); in validateAndVerifyUiElement() local 271 BySelector selector = uiElement.getBySelectorForUiElement(); in validateAndClickUiElement() local
|
/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/launcher-helper/src/android/support/test/launcherhelper2/ |
D | LeanbackLauncherStrategy.java | 552 protected UiObject2 findNotificationCard(BySelector selector) { in findNotificationCard() 573 protected UiObject2 findNotificationCard(BySelector selector, Direction direction) { in findNotificationCard() 699 protected UiObject2 findSettingInRow(BySelector selector, Direction direction) { in findSettingInRow()
|
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/ |
D | SpectatioUiUtil.java | 300 public UiObject2 findUiObject(BySelector selector) { in findUiObject() 307 public List<UiObject2> findUiObjects(BySelector selector) { in findUiObjects() 330 public UiObject2 findUiObjectInGivenElement(UiObject2 uiObject, BySelector selector) { in findUiObjectInGivenElement() 1070 private void validateSelector(BySelector selector, String action) { in validateSelector() 1121 UiObject2 uiObject, BySelector selector, String action) in validateUiObjectAndThrowMissingUiElementException()
|
/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/ |
D | StatusBarHelperImpl.java | 246 BySelector selector = in isHotspotNameDisplayed() local 270 BySelector selector = in isWifiNameDisplayed() local
|
/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/automotive-helpers/media-center-app-helper/src/android/platform/helpers/ |
D | MediaCenterHelperImpl.java | 555 private UiObject2 scrollAndFindApp(BySelector selector) { in scrollAndFindApp()
|
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/ |
D | AbstractStandardAppHelper2.java | 534 public static UiObject2 waitForObject(UiDevice device, BySelector selector) { in waitForObject()
|
D | AbstractStandardAppHelper.java | 575 public static UiObject2 waitForObject(UiDevice device, BySelector selector) { in waitForObject()
|