summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorHyunyoung Song <hyunyoungs@google.com>2017-08-17 22:26:35 -0700
committerHyunyoung Song <hyunyoungs@google.com>2017-08-21 11:59:14 -0700
commitd725f644b70239332a4440173e6411e9ffb169a0 (patch)
tree73562baacc141bc177d3667e213428e895062f09 /tests
parenteeccd38368fbfb5ea1b0540704df9e402a0388d1 (diff)
downloadandroid_packages_apps_Trebuchet-d725f644b70239332a4440173e6411e9ffb169a0.tar.gz
android_packages_apps_Trebuchet-d725f644b70239332a4440173e6411e9ffb169a0.tar.bz2
android_packages_apps_Trebuchet-d725f644b70239332a4440173e6411e9ffb169a0.zip
Remove LAUNCHER3_ALL_APPS_PULL_UP
Bug: 63712253 Verified: all apps transition fully functional Verified: NO_ALL_APPS_ICON = false case also works. Change-Id: I779fb7bd4927c5923da3f85590d912dbbbcdef4d
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 {