diff options
author | 2023-01-19 21:03:47 +0000 | |
---|---|---|
committer | 2023-01-25 02:16:35 +0000 | |
commit | 7cbfdd4f0617418e6d7c131bcb01e85cc22c5b82 (patch) | |
tree | dd9efdf849864f298d8415c643e2533ce985d630 /protos | |
parent | bf69ef034a35e39e5bd2c0f6395d3c88ace5fa58 (diff) |
Add logging attribute for VIDEO and SYSTEM_POINTER result type.
Bug: 266631411
Test: Manual
Change-Id: Ic2819c6c2a74a2e4bf46fb78448f3723ddfe933e
Diffstat (limited to 'protos')
-rw-r--r-- | protos/launcher_atom.proto | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index 677c9921a0..c8a7d85415 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -130,7 +130,7 @@ message TaskBarContainer { optional int32 cardinality = 2; } -// Next value 41 +// Next value 43 enum Attribute { UNKNOWN = 0; DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat @@ -174,6 +174,8 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27; ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30; ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31; + ALL_APPS_SEARCH_RESULT_VIDEO = 41; + ALL_APPS_SEARCH_RESULT_SYSTEM_POINTER = 42; // Web suggestions provided by AGA ALL_APPS_SEARCH_RESULT_WEB_SUGGEST = 39; |