Searched refs:UI_RESPONSE_WAIT_MS (Results 1 – 9 of 9) sorted by relevance
36 private static final int UI_RESPONSE_WAIT_MS = 10000; field in SettingProfileHelperImpl61 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in addProfile()71 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in deleteProfile()80 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in deleteCurrentProfile()111 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in switchProfile()148 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in clickbutton()
30 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingAccountsHelperImpl179 SystemClock.sleep(UI_RESPONSE_WAIT_MS); // to avoid stale object error in inputText()
41 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingHelperImpl278 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in searchAndSelect()293 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in searchAndSelect()343 SystemClock.sleep(UI_RESPONSE_WAIT_MS); // to avoid stale object error in goBackToSettingsScreen()
38 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingsSoundsHelperImpl
40 private static final int UI_RESPONSE_WAIT_MS = 5000; field in MediaCenterHelperImpl89 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in playMedia()105 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in playPauseMediaFromHomeScreen()121 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in pauseMedia()137 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in clickNextTrack()152 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in clickNextTrackFromHomeScreen()167 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in clickPreviousTrack()182 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in clickPreviousTrackFromHomeScreen()210 menuListItem.clickAndWaitForNewWindow(UI_RESPONSE_WAIT_MS); in clickMenuItem()
30 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AppGridHelperImpl56 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in open()
45 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AbstractAutoStandardAppHelper143 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in pressPowerButton()153 mDevice.wait(Until.gone(selector), UI_RESPONSE_WAIT_MS); in waitForGone() local158 mDevice.waitForWindowUpdate(applicationPackage, UI_RESPONSE_WAIT_MS); in waitForWindowUpdate()329 UiObject2 uiObject = mDevice.wait(Until.findObject(selector), UI_RESPONSE_WAIT_MS); in findUiObject()338 List<UiObject2> uiObjects = mDevice.wait(Until.findObjects(selector), UI_RESPONSE_WAIT_MS); in findUiObjects()348 mDevice.wait(Until.findObjects(selector.maxDepth(depth)), UI_RESPONSE_WAIT_MS); in findUiObjects()
29 private static final int UI_RESPONSE_WAIT_MS = 1000; field in AutoNotificationHelperImpl45 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in open()
41 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AutoNotificationMockingHelperImpl90 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in postNotifications()