summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2017-08-21 19:22:56 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2017-08-21 19:22:56 +0000
commitb55b6264aef177bc4de81e2c4c67bb225d6cbec9 (patch)
treef8e8ab38483b38388c3016096a8256ded9e1ae20 /tests
parentee804af749116e5dcf5532252829876fd7a16259 (diff)
parentd725f644b70239332a4440173e6411e9ffb169a0 (diff)
downloadandroid_packages_apps_Trebuchet-b55b6264aef177bc4de81e2c4c67bb225d6cbec9.tar.gz
android_packages_apps_Trebuchet-b55b6264aef177bc4de81e2c4c67bb225d6cbec9.tar.bz2
android_packages_apps_Trebuchet-b55b6264aef177bc4de81e2c4c67bb225d6cbec9.zip
Merge "Remove LAUNCHER3_ALL_APPS_PULL_UP Bug: 63712253 Verified: all apps transition fully functional Verified: NO_ALL_APPS_ICON = false case also works." into ub-launcher3-dorval-polish2
Diffstat (limited to 'tests')
-rw-r--r--tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java b/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java
index 7fb5d8521..1be33d2f8 100644
--- a/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java
+++ b/tests/src/com/android/launcher3/ui/AbstractLauncherUiTest.java
@@ -103,7 +103,7 @@ public abstract class AbstractLauncherUiTest {
*/
protected UiObject2 openAllApps() {
mDevice.waitForIdle();
- if (FeatureFlags.LAUNCHER3_ALL_APPS_PULL_UP) {
+ if (FeatureFlags.NO_ALL_APPS_ICON) {
// clicking on the page indicator brings up all apps tray on non tablets.
findViewById(R.id.page_indicator).click();
} else {