summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorVadim Tryshev <vadimt@google.com>2019-06-07 01:34:30 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2019-06-07 01:34:30 +0000
commit9d14e5520e56049bf88cedfda59a1de53845ea95 (patch)
treeda815c17ec12929c99c51b5fd2dc2b97a719dda9 /src/com/android/launcher3/testing/TestProtocol.java
parent51d2cf913c18787ec28334737c29ad36f4f7a815 (diff)
parentd4c90e12e9b6b61d3c0374ee5899425c84ffe65b (diff)
downloadpackages_apps_Trebuchet-9d14e5520e56049bf88cedfda59a1de53845ea95.tar.gz
packages_apps_Trebuchet-9d14e5520e56049bf88cedfda59a1de53845ea95.tar.bz2
packages_apps_Trebuchet-9d14e5520e56049bf88cedfda59a1de53845ea95.zip
Merge "Freezing all apps updates during certain tests" into ub-launcher3-qt-r1-dev
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index 02e6bbdd7..6ffc2d9cd 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -57,6 +57,7 @@ public final class TestProtocol {
}
public static final String TEST_INFO_RESPONSE_FIELD = "response";
+
public static final String REQUEST_HOME_TO_OVERVIEW_SWIPE_HEIGHT =
"home-to-overview-swipe-height";
public static final String REQUEST_BACKGROUND_TO_OVERVIEW_SWIPE_HEIGHT =
@@ -65,6 +66,10 @@ 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_FREEZE_APP_LIST = "freeze-app-list";
+ public static final String REQUEST_UNFREEZE_APP_LIST = "unfreeze-app-list";
+ public static final String REQUEST_APP_LIST_FREEZE_FLAGS = "app-list-freeze-flags";
+
public static boolean sDebugTracing = false;
public static final String REQUEST_ENABLE_DEBUG_TRACING = "enable-debug-tracing";
public static final String REQUEST_DISABLE_DEBUG_TRACING = "disable-debug-tracing";