Home
last modified time | relevance | path

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

/platform_testing/libraries/app-helpers/spectatio/spectatio-util/src/android/platform/spectatio/utils/
DSpectatioUiUtil.java49 private static final int LONG_UI_RESPONSE_WAIT_MS = 5000; field in SpectatioUiUtil
265 waitNSeconds(LONG_UI_RESPONSE_WAIT_MS); in wait5Seconds()
302 UiObject2 uiObject = mDevice.wait(Until.findObject(selector), LONG_UI_RESPONSE_WAIT_MS); in findUiObject()
310 mDevice.wait(Until.findObjects(selector), LONG_UI_RESPONSE_WAIT_MS); in findUiObjects()