Home
last modified time | relevance | path

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

12

/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.java166 BySelector selector = By.text(title); in checkNotificationExists() local
351 private UiObject2 findInNotificationList(BySelector selector) { in findInNotificationList()
372 private boolean checkIfClearAllButtonExist(BySelector selector) { in checkIfClearAllButtonExist()
378 private boolean checkIfManageButtonExist(BySelector selector) { in checkIfManageButtonExist()
DAutoNotificationMockingHelperImpl.java185 BySelector selector = By.text(title); in checkNotificationExists() local
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsDateTimeHelperImpl.java152 UiSelector selector = in setCalendar() local
273 UiSelector selector = in setTime() local
326 UiSelector selector = in scrollToObjectInPicker() local
444 BySelector selector = By.clickable(true).hasDescendant(By.text(timezone)); in setTimeZone() local
533 BySelector selector = By.clickable(true).hasDescendant(bySelector); in getMenu() local
585 BySelector selector = By.hasDescendant(bySelector); in getSwitchWidget() local
DSettingsSystemHelperImpl.java248 BySelector selector = in resetAppPreferences() local
385 private UiObject2 getMenu(BySelector selector) { in getMenu()
DSettingHelperImpl.java330 BySelector selector = getUiElementFromConfig(AutomotiveConfigConstants.PAGE_TITLE); in getSettingsPageTitleText() local
379 BySelector selector = By.text(menuPattern); in openMenuWith() local
DSettingsAppInfoHelperImpl.java115 BySelector selector = in showAllApps() 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/systemui-tapl/src/android/platform/systemui_tapl/ui/
DBrightnessSlider.kt36 val selector = sysuiResSelector(UI_BRIGHTNESS_SLIDER_ID) constant
DNotificationStack.kt274 val selector = in <lambda>() constant
DQuickSettingsTileBase.kt167 class QuickSettingsTile internal constructor(private val selector: BySelector) : constant in android.platform.systemui_tapl.ui.QuickSettingsTile
DQuickSettings.kt80 val (_, selector) = waitForFirstObj(smallTileSelector, largeTileSelector) in findComposeTile() constant
/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/
DWorkflowTask.java264 BySelector selector = uiElement.getBySelectorForUiElement(); in validateElementHasProperty() local
315 BySelector selector = uiElement.getBySelectorForUiElement(); in validateAndVerifyUiElement() local
354 BySelector selector = uiElement.getBySelectorForUiElement(); in validateAndClickUiElement() local
444 BySelector selector = element.getBySelectorForUiElement(); in validateAndSetTextOfUiElement() local
DUiElement.java148 BySelector selector = null; in getBySelectorForUiElement() local
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java362 public UiObject2 findUiObject(BySelector selector) { in findUiObject()
369 public List<UiObject2> findUiObjects(BySelector selector) { in findUiObjects()
392 public UiObject2 findUiObjectInGivenElement(UiObject2 uiObject, BySelector selector) { in findUiObjectInGivenElement()
408 public UiObject2 waitForUiObject(BySelector selector, int timeout) { in waitForUiObject()
426 public UiObject2 waitForUiObject(BySelector selector) { in waitForUiObject()
1178 private void validateSelector(BySelector selector, String action) { in validateSelector()
1282 UiObject2 uiObject, BySelector selector, String action) in validateUiObjectAndThrowMissingUiElementException()
/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/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/uiautomator-helpers/src/android/platform/uiautomator_helpers/
DDeviceHelpers.kt98 selectors.firstNotNullOfOrNull { selector -> in <lambda>() method
129 selectors.firstNotNullOfOrNull { selector -> in <lambda>() method
/platform_testing/libraries/uiautomator-helpers/src/android/platform/uiautomatorhelpers/
DDeviceHelpers.kt97 selectors.firstNotNullOfOrNull { selector -> in <lambda>() method
126 selectors.firstNotNullOfOrNull { selector -> in <lambda>() method
/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/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java272 BySelector selector = in isHotspotNameDisplayed() local
296 BySelector selector = in isWifiNameDisplayed() local
/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/
DBasePipAppHelper.kt41 val selector = By.res(packageName, resId) in <lambda>() constant
/platform_testing/libraries/app-helpers/core/src/android/platform/helpers/
DAbstractStandardAppHelper2.java523 public static UiObject2 waitForObject(UiDevice device, BySelector selector) { in waitForObject()

12