Add logging constants for Settings search screen
Bug: 34204146
Test: RunSettingsRoboTests
Test: compile framework
Change-Id: I1c462cda4c3a1973ac05de300231b0939dba0b3c
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 21139da..dc92f56 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -3185,6 +3185,11 @@
// logged when we execute an app transition.
APP_TRANSITION = 761;
+ // ACTION: User leaves Settings search UI without entering any query.
+ ACTION_LEAVE_SEARCH_RESULT_WITHOUT_QUERY = 762;
+
+ // ACTION: Clicking on any search result in Settings.
+ ACTION_CLICK_SETTINGS_SEARCH_RESULT = 763;
// ---- End O Constants, all O constants go above this line ----