Loading services/tests/wmtests/src/com/android/server/wm/SystemServicesTestRule.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -444,7 +444,9 @@ public class SystemServicesTestRule implements TestRule { SurfaceAnimationThread.dispose(); SurfaceAnimationThread.dispose(); AnimationThread.dispose(); AnimationThread.dispose(); UiThread.dispose(); UiThread.dispose(); if (mInputChannel != null) { mInputChannel.dispose(); mInputChannel.dispose(); } tearDownLocalServices(); tearDownLocalServices(); // Reset priority booster because animation thread has been changed. // Reset priority booster because animation thread has been changed. Loading Loading
services/tests/wmtests/src/com/android/server/wm/SystemServicesTestRule.java +3 −1 Original line number Original line Diff line number Diff line Loading @@ -444,7 +444,9 @@ public class SystemServicesTestRule implements TestRule { SurfaceAnimationThread.dispose(); SurfaceAnimationThread.dispose(); AnimationThread.dispose(); AnimationThread.dispose(); UiThread.dispose(); UiThread.dispose(); if (mInputChannel != null) { mInputChannel.dispose(); mInputChannel.dispose(); } tearDownLocalServices(); tearDownLocalServices(); // Reset priority booster because animation thread has been changed. // Reset priority booster because animation thread has been changed. Loading