Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/utility-helper/src/android/platform/helpers/
DScrollUtility.java192 public boolean scrollAndCheckIfUiElementExist( in scrollAndCheckIfUiElementExist() method in ScrollUtility
205 mSpectatioUiUtil.scrollAndCheckIfUiElementExist( in scrollAndCheckIfUiElementExist()
210 mSpectatioUiUtil.scrollAndCheckIfUiElementExist( in scrollAndCheckIfUiElementExist()
/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java364 public boolean scrollAndCheckIfUiElementExist( in scrollAndCheckIfUiElementExist() method in SpectatioUiUtil
384 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, String text) in scrollAndCheckIfUiElementExist() method in SpectatioUiUtil
386 return scrollAndCheckIfUiElementExist(scrollableSelector, text, /* isVertical= */ true); in scrollAndCheckIfUiElementExist()
402 public boolean scrollAndCheckIfUiElementExist( in scrollAndCheckIfUiElementExist() method in SpectatioUiUtil
434 public boolean scrollAndCheckIfUiElementExist( in scrollAndCheckIfUiElementExist() method in SpectatioUiUtil
455 public boolean scrollAndCheckIfUiElementExist(BySelector scrollableSelector, BySelector target) in scrollAndCheckIfUiElementExist() method in SpectatioUiUtil
457 return scrollAndCheckIfUiElementExist(scrollableSelector, target, /* isVertical= */ true); in scrollAndCheckIfUiElementExist()
473 public boolean scrollAndCheckIfUiElementExist( in scrollAndCheckIfUiElementExist() method in SpectatioUiUtil
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingsUIHelperImpl.java87 mScrollUtility.scrollAndCheckIfUiElementExist( in hasUIElement()
DSettingsSystemHelperImpl.java403 .scrollAndCheckIfUiElementExist( in hasDeveloperOptions()