summaryrefslogtreecommitdiffstats
path: root/quickstep/tests
diff options
context:
space:
mode:
authorSunny Goyal <sunnygoyal@google.com>2019-05-24 22:01:09 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-05-24 22:01:09 +0000
commitc62699fd6363f6e9e9783ab537cac2496dcfcaa5 (patch)
treecc962a36b363a66abe17fd74317fe077b05c3cfa /quickstep/tests
parent6632195d0377c46850dfd3c46ebf3b20b14404d1 (diff)
parent9820c05f2bb091762f334269f11061467b4ba6ba (diff)
downloadandroid_packages_apps_Trebuchet-c62699fd6363f6e9e9783ab537cac2496dcfcaa5.tar.gz
android_packages_apps_Trebuchet-c62699fd6363f6e9e9783ab537cac2496dcfcaa5.tar.bz2
android_packages_apps_Trebuchet-c62699fd6363f6e9e9783ab537cac2496dcfcaa5.zip
Merge "Removing prediciton loading state" into ub-launcher3-qt-dev
Diffstat (limited to 'quickstep/tests')
-rw-r--r--quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java4
1 files changed, 0 insertions, 4 deletions
diff --git a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
index c6f7544fe..d9fcf4d97 100644
--- a/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
+++ b/quickstep/tests/src/com/android/quickstep/AppPredictionsUITests.java
@@ -68,11 +68,7 @@ public class AppPredictionsUITests extends AbstractQuickStepTest {
// Disable app tracker
AppLaunchTracker.INSTANCE.initializeForTesting(new AppLaunchTracker());
-
PredictionUiStateManager.INSTANCE.initializeForTesting(null);
- waitForLauncherCondition("Prediction never had state update",
- launcher -> PredictionUiStateManager.INSTANCE.get(
- mTargetContext).mDebugHadStateUpdate);
mCallback = PredictionUiStateManager.INSTANCE.get(mTargetContext).appPredictorCallback(
Client.HOME);