diff options
author | 2023-05-04 19:53:35 +0000 | |
---|---|---|
committer | 2023-05-05 17:03:49 +0000 | |
commit | 8b42b732863d843ff0a349249fdca87b05d02cc2 (patch) | |
tree | 47c560e963d05bef948ff7162a4f575517134eed /protos | |
parent | 11167aa1f2f0d9c8e8a3950b9e3fbfc812420e6f (diff) |
Introduce new Attributes to indicate data source of Toast results.
Bug: 278734310
Test: Manual
Flag: NA
Change-Id: I44fe19ba4f172b241edd958df5184793b4c6f74e
Diffstat (limited to 'protos')
-rw-r--r-- | protos/launcher_atom.proto | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index 55301ff517..cebcd425f9 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -135,7 +135,7 @@ message TaskBarContainer { } } -// Next value 45 +// Next value 48 enum Attribute { option allow_alias = true; @@ -187,6 +187,11 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_SYSTEM_POINTER = 42; ALL_APPS_SEARCH_RESULT_EDUCARD = 43; + // Result sources + DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45; + DATA_SOURCE_APPSEARCH_APP_SRP_PREVIEW = 46; + DATA_SOURCE_AIAI_SEARCH_ROOT = 47; + // Web suggestions provided by AGA ALL_APPS_SEARCH_RESULT_WEB_SUGGEST = 39; |