Home
last modified time | relevance | path

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

/platform_testing/libraries/automotive-helpers/standard-app-helper/src/android/platform/helpers/
DAbstractAutoStandardAppHelper.java157 protected void waitForWindowUpdate(String applicationPackage) { in waitForWindowUpdate() method in AbstractAutoStandardAppHelper
158 mDevice.waitForWindowUpdate(applicationPackage, UI_RESPONSE_WAIT_MS); in waitForWindowUpdate()
370 waitForWindowUpdate(appPackage); in clickAndWaitForWindowUpdate()
/platform_testing/libraries/automotive-helpers/dial-app-helper/src/android/platform/helpers/
DDialHelperImpl.java79 waitForWindowUpdate(getApplicationConfig(AutoConfigConstants.DIAL_PACKAGE)); in makeCall()
96 waitForWindowUpdate(getApplicationConfig(AutoConfigConstants.DIAL_PACKAGE)); in endCall()
/platform_testing/libraries/automotive-helpers/media-center-app-helper/src/android/platform/helpers/
DMediaCenterHelperImpl.java248 waitForWindowUpdate(getApplicationConfig(AutoConfigConstants.MEDIA_CENTER_PACKAGE)); in openNowPlayingWith()
/platform_testing/libraries/automotive-helpers/settings-app-helper/src/android/platform/helpers/
DSettingHelperImpl.java437 waitForWindowUpdate(getApplicationConfig(AutoConfigConstants.SETTINGS_PACKAGE)); in changeSeekbarLevel()