Merge "Deinitialize prediction tests" into ub-launcher3-qt-dev

This commit is contained in:
Vadim Tryshev
2019-05-15 21:15:32 +00:00
committed by Android (Google) Code Review

View File

@@ -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();
}