Home
last modified time | relevance | path

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

/platform_testing/libraries/systemui-helper/src/android/platform/helpers/ui/
DUiSearch.java56 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()
DUiSearch2.java60 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/
DAutoNotificationHelperImpl.java165 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()
DAutoNotificationMockingHelperImpl.java185 BySelector selector = By.text(title); in checkNotificationExists() local
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsDateTimeHelperImpl.java139 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
DSettingsSystemHelperImpl.java247 BySelector selector = in resetAppPreferences() local
379 private UiObject2 getMenu(BySelector selector) { in getMenu()
DSettingsAppInfoHelperImpl.java115 BySelector selector = in showAllApps() local
DSettingHelperImpl.java307 BySelector selector = By.text(menuPattern); in openMenuWith() local
/platform_testing/tests/jank/androidtvjanktests/src/com/android/androidtv/janktests/
DSystemUiJankTests.java164 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/
DTaplUiObject.kt75 val selector = By.res(uiObject.applicationPackage, childResourceId) in waitForChildObject() constant
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/configs/
DUiElement.java144 BySelector selector = null; in getBySelectorForUiElement() local
DWorkflowTask.java233 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/
DLeanbackLauncherStrategy.java586 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/
DLeanbackLauncherStrategy.java552 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/
DSpectatioUiUtil.java300 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/
DStatusBarHelperImpl.java246 BySelector selector = in isHotspotNameDisplayed() local
270 BySelector selector = in isWifiNameDisplayed() local
/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()
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java555 private UiObject2 scrollAndFindApp(BySelector selector) { in scrollAndFindApp()
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper2.java534 public static UiObject2 waitForObject(UiDevice device, BySelector selector) { in waitForObject()
DAbstractStandardAppHelper.java575 public static UiObject2 waitForObject(UiDevice device, BySelector selector) { in waitForObject()