Loading tests/FlickerTests/src/com/android/server/wm/flicker/helpers/NewTasksAppHelper.kt +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ class NewTasksAppHelper @JvmOverloads constructor( } button.click() wmHelper.StateSyncBuilder() .withFullScreenApp(this) .withAppTransitionIdle() .waitForAndVerify() } } tests/FlickerTests/src/com/android/server/wm/flicker/launch/TaskTransitionTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ class TaskTransitionTest(testSpec: FlickerTestParameter) : BaseTest(testSpec) { testApp.openNewTask(device, wmHelper) tapl.pressBack() wmHelper.StateSyncBuilder() .withFullScreenApp(testApp) .withAppTransitionIdle() .waitForAndVerify() } } Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/helpers/NewTasksAppHelper.kt +1 −1 Original line number Diff line number Diff line Loading @@ -47,7 +47,7 @@ class NewTasksAppHelper @JvmOverloads constructor( } button.click() wmHelper.StateSyncBuilder() .withFullScreenApp(this) .withAppTransitionIdle() .waitForAndVerify() } }
tests/FlickerTests/src/com/android/server/wm/flicker/launch/TaskTransitionTest.kt +1 −1 Original line number Diff line number Diff line Loading @@ -78,7 +78,7 @@ class TaskTransitionTest(testSpec: FlickerTestParameter) : BaseTest(testSpec) { testApp.openNewTask(device, wmHelper) tapl.pressBack() wmHelper.StateSyncBuilder() .withFullScreenApp(testApp) .withAppTransitionIdle() .waitForAndVerify() } } Loading