summaryrefslogtreecommitdiffstats
path: root/src/com/android/launcher3/testing/TestProtocol.java
diff options
context:
space:
mode:
authorvadimt <vadimt@google.com>2019-08-23 12:11:00 -0700
committervadimt <vadimt@google.com>2019-08-23 12:11:00 -0700
commit197ae725a0c59b56c55be27a82086fd3ad531399 (patch)
treefdbfb5d63c668d06b5b5bffca0bba36575a83922 /src/com/android/launcher3/testing/TestProtocol.java
parent6d0d8969f648c9dcb7380a64c79588a17d9b6271 (diff)
downloadpackages_apps_Trebuchet-197ae725a0c59b56c55be27a82086fd3ad531399.tar.gz
packages_apps_Trebuchet-197ae725a0c59b56c55be27a82086fd3ad531399.tar.bz2
packages_apps_Trebuchet-197ae725a0c59b56c55be27a82086fd3ad531399.zip
Adding debug tracing for All Apps appearing instead of Overview
Bug: 139941530 Change-Id: Ia9827c6edd48c559e9602e1e37de83293517ad5e
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 e4952d1ee..520598adf 100644
--- a/src/com/android/launcher3/testing/TestProtocol.java
+++ b/src/com/android/launcher3/testing/TestProtocol.java
@@ -82,4 +82,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";
+ public static final String ALL_APPS_UPON_RECENTS = "b/139941530";
}