diff options
author | 2022-02-28 20:03:21 -0800 | |
---|---|---|
committer | 2022-03-03 18:48:00 +0000 | |
commit | 1d7848aedb4f809e5415b5e517b2ad73de72cea2 (patch) | |
tree | d04e6e9a8ef2d9f0372eab5c31444d75d506e1c6 /protos | |
parent | 5e74cd7b069f166ceec5e71f419faf46b511b165 (diff) |
Add OneSearch SuggestionType enums to launcher atom.
Bug: 222001231
Test: wwdebug && wwlogcat - http://gpaste/6024652376768512
Change-Id: I6062a5fc6c4046521923f564b99a8150c561c0a2
Diffstat (limited to 'protos')
-rw-r--r-- | protos/launcher_atom.proto | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index c5599887dd..84892f190a 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -156,6 +156,12 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30; ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31; + // Suggestion Type provided by AGA + ONE_SEARCH_WEB_QUERY = 32; + ONE_SEARCH_WEB_TRENDING = 33; + ONE_SEARCH_WEB_ENTITY = 34; + ONE_SEARCH_WEB_ANSWER = 35; + WIDGETS_BOTTOM_TRAY = 28; WIDGETS_TRAY_PREDICTION = 29; } |