summaryrefslogtreecommitdiff
path: root/protos
diff options
context:
space:
mode:
authorthiruram <thiruram@google.com>2020-06-22 16:30:58 -0700
committerthiruram <thiruram@google.com>2020-06-22 18:14:12 -0700
commitdbd61d4026afc173e90f324418bce40ac68bdf94 (patch)
treed05b28f5e1afd8657e9f6f7ff9d4ce9e28b05da1 /protos
parent51ece1847c14d1613f531f7163e47d0c4817b7d9 (diff)
downloadLauncher3-dbd61d4026afc173e90f324418bce40ac68bdf94.tar.gz
Log query_length & parent_container for actions on search results.
Bug: 154717227 Change-Id: I8e7d725014f60a2fd9a7fe13fce705acbc7623ad
Diffstat (limited to 'protos')
-rw-r--r--protos/launcher_atom.proto9
1 files changed, 9 insertions, 0 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto
index 98ce9af2d6..561196941c 100644
--- a/protos/launcher_atom.proto
+++ b/protos/launcher_atom.proto
@@ -71,6 +71,15 @@ message PredictionContainer {
// Represents the apps container within search results.
message SearchResultContainer {
+
+ // Length of search term.
+ optional int32 query_length = 1;
+
+ // Container from where search was invoked.
+ oneof ParentContainer {
+ WorkspaceContainer workspace = 2;
+ AllAppsContainer all_apps_container = 3;
+ }
}
// Container for package specific shortcuts to deep links and notifications.