Loading tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsBackTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ open class QuickSwitchBetweenTwoAppsBackTest(private val testSpec: FlickerTestPa wmHelper.waitForFullScreenApp(testApp1.component) wmHelper.waitForAppTransitionIdle() wmHelper.waitForNavBarStatusBarVisible() } teardown { Loading tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsForwardTest.kt +3 −2 Original line number Diff line number Diff line Loading @@ -116,12 +116,13 @@ open class QuickSwitchBetweenTwoAppsForwardTest(private val testSpec: FlickerTes wmHelper.waitForFullScreenApp(testApp2.component) wmHelper.waitForAppTransitionIdle() wmHelper.waitForNavBarStatusBarVisible() } teardown { test { testApp1.exit() testApp2.exit() testApp1.exit(wmHelper) testApp2.exit(wmHelper) } } } Loading tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchFromLauncherTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ class QuickSwitchFromLauncherTest(private val testSpec: FlickerTestParameter) { wmHelper.waitForFullScreenApp(testApp.component) wmHelper.waitForAppTransitionIdle() wmHelper.waitForNavBarStatusBarVisible() } teardown { Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsBackTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -104,6 +104,7 @@ open class QuickSwitchBetweenTwoAppsBackTest(private val testSpec: FlickerTestPa wmHelper.waitForFullScreenApp(testApp1.component) wmHelper.waitForAppTransitionIdle() wmHelper.waitForNavBarStatusBarVisible() } teardown { Loading
tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsForwardTest.kt +3 −2 Original line number Diff line number Diff line Loading @@ -116,12 +116,13 @@ open class QuickSwitchBetweenTwoAppsForwardTest(private val testSpec: FlickerTes wmHelper.waitForFullScreenApp(testApp2.component) wmHelper.waitForAppTransitionIdle() wmHelper.waitForNavBarStatusBarVisible() } teardown { test { testApp1.exit() testApp2.exit() testApp1.exit(wmHelper) testApp2.exit(wmHelper) } } } Loading
tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchFromLauncherTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -91,6 +91,7 @@ class QuickSwitchFromLauncherTest(private val testSpec: FlickerTestParameter) { wmHelper.waitForFullScreenApp(testApp.component) wmHelper.waitForAppTransitionIdle() wmHelper.waitForNavBarStatusBarVisible() } teardown { Loading