Add ALL_APPS_SEARCH_RESULT_WEB_SUGGEST for ResultType.WEB_SUGGEST am: 45f221621e

Original change: https://googleplex-android-review.googlesource.com/c/platform/packages/apps/Launcher3/+/17625363

Change-Id: Icb3e16a04efc1ded930dfe1604312ac1eb6d2bf8
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Anushree Ganjam
2022-04-07 00:16:34 +00:00
committed by Automerger Merge Worker
+4 -1
View File
@@ -121,7 +121,7 @@ message TaskBarContainer {
optional int32 cardinality = 2;
}
// Next value 39
// Next value 40
enum Attribute {
UNKNOWN = 0;
DEFAULT_LAYOUT = 1; // icon automatically placed in workspace, folder, hotseat
@@ -166,6 +166,9 @@ enum Attribute {
ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30;
ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31;
// Web suggestions provided by AGA
ALL_APPS_SEARCH_RESULT_WEB_SUGGEST = 39;
// Suggestion Type provided by AGA
WEB_SEARCH_RESULT_QUERY = 32;
WEB_SEARCH_RESULT_TRENDING = 33;