Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 1facb1eb authored by Holly Jiuyu Sun's avatar Holly Jiuyu Sun Committed by Android (Google) Code Review
Browse files

Merge "[tile] Repurpose PEOPLE_TILE result type to QS_TILE" into main

parents f638d010 e76f092f
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -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;