Loading tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsBackTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ open class QuickSwitchBetweenTwoAppsBackTest( transitions { tapl.launchedAppState.quickSwitchToPreviousApp() wmHelper.StateSyncBuilder() .withFullScreenApp(testApp1) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify() Loading tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsForwardTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ open class QuickSwitchBetweenTwoAppsForwardTest( testApp2.launchViaIntent(wmHelper) tapl.launchedAppState.quickSwitchToPreviousApp() wmHelper.StateSyncBuilder() .withFullScreenApp(testApp1) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify() Loading @@ -89,6 +90,7 @@ open class QuickSwitchBetweenTwoAppsForwardTest( transitions { tapl.launchedAppState.quickSwitchToPreviousAppSwipeLeft() wmHelper.StateSyncBuilder() .withFullScreenApp(testApp2) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify() Loading Loading
tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsBackTest.kt +1 −0 Original line number Diff line number Diff line Loading @@ -83,6 +83,7 @@ open class QuickSwitchBetweenTwoAppsBackTest( transitions { tapl.launchedAppState.quickSwitchToPreviousApp() wmHelper.StateSyncBuilder() .withFullScreenApp(testApp1) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify() Loading
tests/FlickerTests/src/com/android/server/wm/flicker/quickswitch/QuickSwitchBetweenTwoAppsForwardTest.kt +2 −0 Original line number Diff line number Diff line Loading @@ -79,6 +79,7 @@ open class QuickSwitchBetweenTwoAppsForwardTest( testApp2.launchViaIntent(wmHelper) tapl.launchedAppState.quickSwitchToPreviousApp() wmHelper.StateSyncBuilder() .withFullScreenApp(testApp1) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify() Loading @@ -89,6 +90,7 @@ open class QuickSwitchBetweenTwoAppsForwardTest( transitions { tapl.launchedAppState.quickSwitchToPreviousAppSwipeLeft() wmHelper.StateSyncBuilder() .withFullScreenApp(testApp2) .withNavOrTaskBarVisible() .withStatusBarVisible() .waitForAndVerify() Loading