summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorthiruram <thiruram@google.com>2021-02-19 10:09:56 -0800
committerThiru Ramasamy <thiruram@google.com>2021-02-22 22:39:41 +0000
commitf8f2a6ed0a96fbbdb6667d6694ca843aa4afce06 (patch)
tree9ac6ef8ff1266d4189a8220e80c1b0c4ad8e910a /protos
parent1739c5c68e7c821037e4a5aa2a68be7fe6c222bc (diff)
downloadLauncher3-f8f2a6ed0a96fbbdb6667d6694ca843aa4afce06.tar.gz
[AA+] Log tap on SearchActionItem.
Bug: 178562918 Test: Presubmit Change-Id: I42a44de4f3cc02ca331c4f99c107891c4658995d
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_atom.proto7
1 files changed, 7 insertions, 0 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto
index b4c6138671..dc9f8dd3fa 100644
--- a/protos/launcher_atom.proto
+++ b/protos/launcher_atom.proto
@@ -29,6 +29,7 @@ message ItemInfo {
Shortcut shortcut = 3;
Widget widget = 4;
FolderIcon folder_icon = 9;
+ SearchActionItem search_action_item = 11;
}
// When used for launch event, stores the global predictive rank
optional int32 rank = 5;
@@ -169,6 +170,12 @@ message FolderIcon {
optional string label_info = 4;
}
+// Represents SearchAction with in launcher
+message SearchActionItem{
+ optional string package_name = 1;
+ optional string title = 2;
+}
+
//////////////////////////////////////////////
// Containers