Home
last modified time | relevance | path

Searched refs:findUiObjects (Results 1 – 4 of 4) sorted by relevance

/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java173 findUiObjects( in scroll()
179 findUiObjects( in scroll()
184 List<UiObject2> scrollableObjects = findUiObjects(By.scrollable(true)); in scroll()
334 protected List<UiObject2> findUiObjects(BySelector selector) { in findUiObjects() method in AbstractAutoStandardAppHelper
343 protected List<UiObject2> findUiObjects(BySelector selector, int depth) { in findUiObjects() method in AbstractAutoStandardAppHelper
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationMockingHelperImpl.java170 findUiObjects( in getNotificationStack()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsSecurityHelperImpl.java42 findUiObjects( in openChooseLockTypeMenu()
DSettingHelperImpl.java321 List<UiObject2> pageTitles = findUiObjects(selector); in getPageTitle()