summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorThiru Ramasamy <thiruram@google.com>2021-09-29 12:46:38 -0700
committerThiru Ramasamy <thiruram@google.com>2021-09-30 09:36:47 -0700
commite307f447d8cfc83ba95aebed64e79103275d5027 (patch)
treefcfebdcbce1a01fa380951b5a97b30e1c9cb3db4 /protos
parent1ad55e6ab563d7baccfce345c06484dab069b087 (diff)
downloadLauncher3-e307f447d8cfc83ba95aebed64e79103275d5027.tar.gz
Add LEGACY_SHORTCUT & ASSISTANT_MEMORY search results to launcher logging attribute.
Test: Make NexusLauncherDebug Bug: 201559997 Change-Id: I308b29c25825c524e5c11bd3a690befdeb411e77
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_atom.proto2
1 files changed, 2 insertions, 0 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto
index ca9f0631f1..d1bf15223b 100644
--- a/protos/launcher_atom.proto
+++ b/protos/launcher_atom.proto
@@ -152,6 +152,8 @@ enum Attribute {
ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25;
ALL_APPS_SEARCH_RESULT_TIPS = 26;
ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27;
+ ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30;
+ ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31;
WIDGETS_BOTTOM_TRAY = 28;
WIDGETS_TRAY_PREDICTION = 29;