Loading quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java +1 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ public class RecentsAnimationDeviceState implements mDefaultDisplay.addChangeListener(this); } if (mMode == NO_BUTTON) { if (newMode == NO_BUTTON) { mExclusionListener.register(); } else { mExclusionListener.unregister(); Loading quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +1 −4 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ import com.android.quickstep.views.RecentsView; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -259,10 +258,8 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @Test @NavigationModeSwitch @PortraitLandscape // b/143285809 Remove @Stability on 02/21/20 if the test doesn't flake. // b/143285809 Remove @Stability on 02/27/20 if the test doesn't flake. @TestStabilityRule.Stability(flavors = LOCAL | UNBUNDLED_POSTSUBMIT) // b/143285809 @Ignore public void testQuickSwitchFromApp() throws Exception { startTestActivity(2); startTestActivity(3); Loading Loading
quickstep/src/com/android/quickstep/RecentsAnimationDeviceState.java +1 −1 Original line number Diff line number Diff line Loading @@ -180,7 +180,7 @@ public class RecentsAnimationDeviceState implements mDefaultDisplay.addChangeListener(this); } if (mMode == NO_BUTTON) { if (newMode == NO_BUTTON) { mExclusionListener.register(); } else { mExclusionListener.unregister(); Loading
quickstep/tests/src/com/android/quickstep/TaplTestsQuickstep.java +1 −4 Original line number Diff line number Diff line Loading @@ -47,7 +47,6 @@ import com.android.quickstep.views.RecentsView; import org.junit.After; import org.junit.Before; import org.junit.Ignore; import org.junit.Test; import org.junit.runner.RunWith; Loading Loading @@ -259,10 +258,8 @@ public class TaplTestsQuickstep extends AbstractQuickStepTest { @Test @NavigationModeSwitch @PortraitLandscape // b/143285809 Remove @Stability on 02/21/20 if the test doesn't flake. // b/143285809 Remove @Stability on 02/27/20 if the test doesn't flake. @TestStabilityRule.Stability(flavors = LOCAL | UNBUNDLED_POSTSUBMIT) // b/143285809 @Ignore public void testQuickSwitchFromApp() throws Exception { startTestActivity(2); startTestActivity(3); Loading