summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-08-22 15:11:18 -0700
committervadimt <vadimt@google.com>2019-08-22 15:30:42 -0700
commit872cf29211fe33075185461af2524da941378d8f (patch)
tree63e393d52280394b6d77088eee786116232f570b /src/com/android/launcher3/testing/TestProtocol.java
parentd88f63bbed4c4c1e7eace9ab8c25e89ad6c662c9 (diff)
downloadpackages_apps_Trebuchet-872cf29211fe33075185461af2524da941378d8f.tar.gz
packages_apps_Trebuchet-872cf29211fe33075185461af2524da941378d8f.tar.bz2
packages_apps_Trebuchet-872cf29211fe33075185461af2524da941378d8f.zip
Adding tracing for suspending via Wellbeing
Bug: 139891609 Change-Id: I3ffb7941f7c4015cba3c65d87e20ccc6be920592
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 f9f5dc42a..e4952d1ee 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -81,4 +81,5 @@ public final class TestProtocol {
public static final String NO_BACKGROUND_TO_OVERVIEW_TAG = "b/138251824";
public static final String NO_DRAG_TO_WORKSPACE = "b/138729456";
+ public static final String APP_NOT_DISABLED = "b/139891609";
}