From e76f092fa9950777abaebd28925ca3f483c334a3 Mon Sep 17 00:00:00 2001 From: Holly Sun Date: Tue, 28 Nov 2023 16:03:24 -0800 Subject: [PATCH] [tile] Repurpose PEOPLE_TILE result type to QS_TILE Bug: 313696037 Test: manual Flag: NA Change-Id: Ia04654678e6eb146b532c1b81f51ecfb1afea1c5 --- protos/launcher_atom.proto | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/protos/launcher_atom.proto b/protos/launcher_atom.proto index dde69e377b..8af89d972b 100644 --- a/protos/launcher_atom.proto +++ b/protos/launcher_atom.proto @@ -135,7 +135,7 @@ message TaskBarContainer { } } -// Next value 53 +// Next value 54 enum Attribute { option allow_alias = true; @@ -180,7 +180,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_CHROMETAB = 24; ALL_APPS_SEARCH_RESULT_NAVVYSITE = 25 [deprecated = true]; ALL_APPS_SEARCH_RESULT_TIPS = 26; - ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27; + ALL_APPS_SEARCH_RESULT_PEOPLE_TILE = 27 [deprecated = true]; ALL_APPS_SEARCH_RESULT_LEGACY_SHORTCUT = 30; ALL_APPS_SEARCH_RESULT_ASSISTANT_MEMORY = 31; ALL_APPS_SEARCH_RESULT_VIDEO = 41; @@ -189,6 +189,7 @@ enum Attribute { ALL_APPS_SEARCH_RESULT_LOCATION = 50; ALL_APPS_SEARCH_RESULT_TEXT_HEADER = 51; ALL_APPS_SEARCH_RESULT_NO_FULFILLMENT = 52; + ALL_APPS_SEARCH_RESULT_QS_TILE = 53; // Result sources DATA_SOURCE_APPSEARCH_APP_PREVIEW = 45;