Loading quickstep/tests/src/com/android/quickstep/TaplTestsSplitscreen.java +5 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ 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 org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static org.junit.Assume.assumeTrue; Loading @@ -27,6 +30,7 @@ import androidx.test.platform.app.InstrumentationRegistry; import com.android.launcher3.config.FeatureFlags; import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; import com.android.launcher3.ui.TaplTestsLauncher3; import com.android.launcher3.util.rule.TestStabilityRule; import com.android.quickstep.TaskbarModeSwitchRule.TaskbarModeSwitch; import org.junit.After; Loading Loading @@ -71,6 +75,7 @@ public class TaplTestsSplitscreen extends AbstractQuickStepTest { @Test @PortraitLandscape @TaskbarModeSwitch @TestStabilityRule.Stability(flavors = PLATFORM_POSTSUBMIT | LOCAL) // b/295225524 public void testSplitAppFromHomeWithItself() throws Exception { // Currently only tablets have Taskbar in Overview, so test is only active on tablets assumeTrue(mLauncher.isTablet()); Loading Loading
quickstep/tests/src/com/android/quickstep/TaplTestsSplitscreen.java +5 −0 Original line number Diff line number Diff line Loading @@ -16,6 +16,9 @@ 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 org.junit.Assert.assertFalse; import static org.junit.Assert.assertTrue; import static org.junit.Assume.assumeTrue; Loading @@ -27,6 +30,7 @@ import androidx.test.platform.app.InstrumentationRegistry; import com.android.launcher3.config.FeatureFlags; import com.android.launcher3.ui.PortraitLandscapeRunner.PortraitLandscape; import com.android.launcher3.ui.TaplTestsLauncher3; import com.android.launcher3.util.rule.TestStabilityRule; import com.android.quickstep.TaskbarModeSwitchRule.TaskbarModeSwitch; import org.junit.After; Loading Loading @@ -71,6 +75,7 @@ public class TaplTestsSplitscreen extends AbstractQuickStepTest { @Test @PortraitLandscape @TaskbarModeSwitch @TestStabilityRule.Stability(flavors = PLATFORM_POSTSUBMIT | LOCAL) // b/295225524 public void testSplitAppFromHomeWithItself() throws Exception { // Currently only tablets have Taskbar in Overview, so test is only active on tablets assumeTrue(mLauncher.isTablet()); Loading