diff --git a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java index 47ce44c676..5e20e5643c 100644 --- a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java +++ b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java @@ -79,6 +79,8 @@ public class AppPredictionsUITests extends AbstractQuickStepTest { @After public void tearDown() throws Throwable { + AppLaunchTracker.INSTANCE.initializeForTesting(null); + PredictionUiStateManager.INSTANCE.initializeForTesting(null); mDevice.unfreezeRotation(); }