[AA+] Log tap on SearchActionItem.

Bug: 178562918
Test: Presubmit
Change-Id: I42a44de4f3cc02ca331c4f99c107891c4658995d
This commit is contained in:
thiruram
2021-02-19 10:09:56 -08:00
committed by Thiru Ramasamy
parent 1739c5c68e
commit f8f2a6ed0a
4 changed files with 27 additions and 0 deletions

View File

@@ -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