summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-08-08 11:49:24 -0700
committervadimt <vadimt@google.com>2019-08-08 12:03:09 -0700
commitc1a2764a6e488bfdc9952fa9270b6a78309741cd (patch)
tree0d609e1dd7969aa254d92ad6a66ca21949785d19 /src/com/android/launcher3/testing/TestProtocol.java
parente4061fc931cb8bc50306a76e617761936a74b97f (diff)
downloadpackages_apps_Trebuchet-c1a2764a6e488bfdc9952fa9270b6a78309741cd.tar.gz
packages_apps_Trebuchet-c1a2764a6e488bfdc9952fa9270b6a78309741cd.tar.bz2
packages_apps_Trebuchet-c1a2764a6e488bfdc9952fa9270b6a78309741cd.zip
Support for memory tests
Change-Id: I867a232a293f7bddbc630f563f18c0db94ac4b6e
Diffstat (limited to 'src/com/android/launcher3/testing/TestProtocol.java')
-rw-r--r--src/com/android/launcher3/testing/TestProtocol.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/com/android/launcher3/testing/TestProtocol.java b/src/com/android/launcher3/testing/TestProtocol.java
index cb8f811cb..f9f5dc42a 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -73,6 +73,7 @@ public final class TestProtocol {
public static final String REQUEST_APP_LIST_FREEZE_FLAGS = "app-list-freeze-flags";
public static final String REQUEST_OVERVIEW_LEFT_GESTURE_MARGIN = "overview-left-margin";
public static final String REQUEST_OVERVIEW_RIGHT_GESTURE_MARGIN = "overview-right-margin";
+ public static final String REQUEST_ALLOCATED_MEMORY = "allocated-memory";
public static boolean sDebugTracing = false;
public static final String REQUEST_ENABLE_DEBUG_TRACING = "enable-debug-tracing";