Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingProfileHelperImpl.java36 private static final int UI_RESPONSE_WAIT_MS = 10000; field in SettingProfileHelperImpl
61 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()
DSettingAccountsHelperImpl.java30 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingAccountsHelperImpl
179 SystemClock.sleep(UI_RESPONSE_WAIT_MS); // to avoid stale object error in inputText()
DSettingHelperImpl.java41 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingHelperImpl
278 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()
DSettingsSoundsHelperImpl.java38 private static final int UI_RESPONSE_WAIT_MS = 5000; field in SettingsSoundsHelperImpl
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java40 private static final int UI_RESPONSE_WAIT_MS = 5000; field in MediaCenterHelperImpl
89 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()
/platform_testing/libraries/automotive-helpers/app-grid-helper/src/android/platform/helpers/
DAppGridHelperImpl.java30 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AppGridHelperImpl
56 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in open()
/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java45 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AbstractAutoStandardAppHelper
143 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in pressPowerButton()
153 mDevice.wait(Until.gone(selector), UI_RESPONSE_WAIT_MS); in waitForGone() local
158 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()
/platform_testing/libraries/automotive-helpers/notifications-app-helper/src/android/platform/helpers/
DAutoNotificationHelperImpl.java29 private static final int UI_RESPONSE_WAIT_MS = 1000; field in AutoNotificationHelperImpl
45 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in open()
DAutoNotificationMockingHelperImpl.java41 private static final int UI_RESPONSE_WAIT_MS = 5000; field in AutoNotificationMockingHelperImpl
90 SystemClock.sleep(UI_RESPONSE_WAIT_MS); in postNotifications()