summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorTreeHugger Robot <treehugger-gerrit@google.com>2019-09-24 21:37:01 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-09-24 21:37:01 +0000
commitff4977d42d57b130a7512980b671a1baaa1daf14 (patch)
tree0d0351cae3d742af55bf32a04deaa7c015ab0514 /src/com/android/launcher3/testing/TestProtocol.java
parent32a3421f1ad4d612ec64b475406fafeea7ec093d (diff)
parent7752023c08643554ef422447c8ed841476137f8f (diff)
downloadandroid_packages_apps_Trebuchet-ff4977d42d57b130a7512980b671a1baaa1daf14.tar.gz
android_packages_apps_Trebuchet-ff4977d42d57b130a7512980b671a1baaa1daf14.tar.bz2
android_packages_apps_Trebuchet-ff4977d42d57b130a7512980b671a1baaa1daf14.zip
Merge changes from topic "a11y-minus-one" into ub-launcher3-qt-future-dev
* changes: fix test for a11y change in supporting -1 page Revert "Revert "support scroll backward to minus one screen via voice/switch access""
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index d286ae211..d0d31d043 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -66,6 +66,8 @@ public final class TestProtocol {
"all-apps-to-overview-swipe-height";
public static final String REQUEST_HOME_TO_ALL_APPS_SWIPE_HEIGHT =
"home-to-all-apps-swipe-height";
+ public static final String REQUEST_DOES_WORKSPACE_HAVE_SECOND_PAGE =
+ "does-workspace-have-second-page";
public static final String REQUEST_HOTSEAT_TOP = "hotseat-top";
public static final String REQUEST_IS_LAUNCHER_INITIALIZED = "is-launcher-initialized";
public static final String REQUEST_FREEZE_APP_LIST = "freeze-app-list";