Home
last modified time | relevance | path

Searched refs:findUiObjectInGivenElement (Results 1 – 6 of 6) sorted by relevance

/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java214 .findUiObjectInGivenElement( in isNotificationSettingsOpened()
292 .findUiObjectInGivenElement(recentNotificationLayOut, testNotification); in isRecentNotification()
309 .findUiObjectInGivenElement(olderNotificationLayOut, testNotification); in isOlderNotification()
/platform_testing/libraries/automotive-helpers/status-bar-helper/src/android/platform/helpers/
DStatusBarHelperImpl.java251 .findUiObjectInGivenElement( in isHotspotNameDisplayed()
276 .findUiObjectInGivenElement( in isWifiNameDisplayed()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsPrivacyHelperImpl.java250 .findUiObjectInGivenElement(recentAppsTime, recentAppTimeStampSelector); in isRecentAppDisplayedWithStamp()
DSettingHelperImpl.java424 .findUiObjectInGivenElement(recentAppsTime, recentAppTimeStampSelector); in isRecentAppDisplayedInLocationSettings()
DSettingsSystemHelperImpl.java371 .findUiObjectInGivenElement(targetObject, getUiElementFromConfig(option)); in verifyUsageinGB()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java330 public UiObject2 findUiObjectInGivenElement(UiObject2 uiObject, BySelector selector) { in findUiObjectInGivenElement() method in SpectatioUiUtil