Loading quickstep/tests/src/com/android/quickstep/TaplOverviewIconTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package com.android.quickstep; import static com.android.launcher3.ui.TaplTestsLauncher3.initialize; import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; Loading @@ -25,6 +27,7 @@ import android.platform.test.annotations.PlatinumTest; import com.android.launcher3.tapl.OverviewTaskMenu; import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.util.rule.TestStabilityRule; import org.junit.Before; import org.junit.Test; Loading Loading @@ -72,6 +75,7 @@ public class TaplOverviewIconTest extends AbstractLauncherUiTest { } @Test @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/288939273 public void testSplitTaskTapBothIconMenus() { createAndLaunchASplitPair(); Loading quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +4 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package com.android.quickstep; import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT; import static com.android.quickstep.TaskbarModeSwitchRule.Mode.PERSISTENT; import static com.android.quickstep.TaskbarModeSwitchRule.Mode.TRANSIENT; Loading Loading @@ -46,6 +48,7 @@ import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; import com.android.launcher3.ui.TaplTestsLauncher3; import com.android.launcher3.util.Wait; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import com.android.launcher3.util.rule.TestStabilityRule; import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch; import com.android.quickstep.TaskbarModeSwitchRule.TaskbarModeSwitch; import com.android.quickstep.views.RecentsView; Loading Loading @@ -355,7 +358,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @PortraitLandscape @TaskbarModeSwitch(mode = PERSISTENT) @PlatinumTest(focusArea = "launcher") @ScreenRecord @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/309820115 public void testOverviewForTablet() throws Exception { assumeTrue(mLauncher.isTablet()); Loading Loading
quickstep/tests/src/com/android/quickstep/TaplOverviewIconTest.java +4 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package com.android.quickstep; import static com.android.launcher3.ui.TaplTestsLauncher3.initialize; import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT; import static org.junit.Assert.assertNotNull; import static org.junit.Assert.assertTrue; Loading @@ -25,6 +27,7 @@ import android.platform.test.annotations.PlatinumTest; import com.android.launcher3.tapl.OverviewTaskMenu; import com.android.launcher3.ui.AbstractLauncherUiTest; import com.android.launcher3.util.rule.TestStabilityRule; import org.junit.Before; import org.junit.Test; Loading Loading @@ -72,6 +75,7 @@ public class TaplOverviewIconTest extends AbstractLauncherUiTest { } @Test @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/288939273 public void testSplitTaskTapBothIconMenus() { createAndLaunchASplitPair(); Loading
quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +4 −1 Original line number Diff line number Diff line Loading @@ -16,6 +16,8 @@ package com.android.quickstep; import static com.android.launcher3.util.rule.TestStabilityRule.LOCAL; import static com.android.launcher3.util.rule.TestStabilityRule.PLATFORM_POSTSUBMIT; import static com.android.quickstep.TaskbarModeSwitchRule.Mode.PERSISTENT; import static com.android.quickstep.TaskbarModeSwitchRule.Mode.TRANSIENT; Loading Loading @@ -46,6 +48,7 @@ import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; import com.android.launcher3.ui.TaplTestsLauncher3; import com.android.launcher3.util.Wait; import com.android.launcher3.util.rule.ScreenRecordRule.ScreenRecord; import com.android.launcher3.util.rule.TestStabilityRule; import com.android.quickstep.NavigationModeSwitchRule.NavigationModeSwitch; import com.android.quickstep.TaskbarModeSwitchRule.TaskbarModeSwitch; import com.android.quickstep.views.RecentsView; Loading Loading @@ -355,7 +358,7 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @PortraitLandscape @TaskbarModeSwitch(mode = PERSISTENT) @PlatinumTest(focusArea = "launcher") @ScreenRecord @TestStabilityRule.Stability(flavors = LOCAL | PLATFORM_POSTSUBMIT) // b/309820115 public void testOverviewForTablet() throws Exception { assumeTrue(mLauncher.isTablet()); Loading