From a68874e1cbb2058ad495916f956626ca10002c86 Mon Sep 17 00:00:00 2001 From: vadimt Date: Wed, 15 May 2019 13:53:50 -0700 Subject: [PATCH] Deinitialize prediction tests Change-Id: Id97c509a7b609f2ba8b081c25712b24b50ec9ecf --- .../tests/src/com/android/quickstep/AppPredictionsUITests.java | 2 ++ 1 file changed, 2 insertions(+) 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(); }