Home
last modified time | relevance | path

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

/platform_testing/libraries/flicker/src/android/tools/flicker/rules/
DChangeDisplayOrientationRule.kt99 wmHelper.StateSyncBuilder().withRotation(rotation).waitForAndVerify() in setRotation()
101 wmHelper.StateSyncBuilder().withAppTransitionIdle().waitForAndVerify() in setRotation()
DRemoveAllTasksButHomeRule.kt38 .waitForAndVerify() in starting()
/platform_testing/libraries/flicker/appHelpers/src/android/tools/device/apphelpers/
DStandardAppHelper.kt122 .waitForAndVerify() in waitForActivityDestroyed()
180 builder.waitForAndVerify() in doWaitShown()
/platform_testing/libraries/flicker/utils/src/android/tools/helpers/
DAutomationUtils.kt139 .waitForAndVerify() in openQuickstep()
222 .waitForAndVerify() in UiDevice()
249 .waitForAndVerify() in waitSplitScreenGone()
/platform_testing/libraries/flicker/test/src/android/tools/flicker/config/
DQuickswitchTest.kt66 .waitForAndVerify() in canExtractQuickswitch()
/platform_testing/libraries/flicker/utils/src/android/tools/traces/parsers/
DWindowManagerStateHelper.kt163 fun waitForAndVerify() { in getWindowRegion() method