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

Commit a829f96b authored by Thiru Ramasamy's avatar Thiru Ramasamy Committed by Automerger Merge Worker
Browse files

[AA+] Adds CorrectedDeviceSearchResultContainer to log user interactions on...

[AA+] Adds CorrectedDeviceSearchResultContainer to log user interactions on search results from corrected queries. am: 2f65e7f2

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

Change-Id: If77091b49579165e42ff384b13b515496845b2dc
parents 9bf19c1d 2f65e7f2
Loading
Loading
Loading
Loading
+7 −0
Original line number Diff line number Diff line
@@ -26,6 +26,7 @@ message ExtendedContainers {

  oneof Container{
    DeviceSearchResultContainer device_search_result_container = 1;
    CorrectedDeviceSearchResultContainer corrected_device_search_result_container = 2;
  }
}

@@ -33,3 +34,9 @@ message ExtendedContainers {
message DeviceSearchResultContainer{
  optional int32 query_length = 1;
}

// Represents on-device search result container with results from spell-corrected query.
message CorrectedDeviceSearchResultContainer{
  optional int32 query_length = 1;
}