Misc logging constants for Settings

- Add logging constant to track when default app is changed in Settings
- Add constants to track Settings search result count/query length

Change-Id: I7cbe5ff5a1cd6ab4cf3a70997268cbfcee1b567a
Fix: 62072727
Test: builds
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index d8d91af..1670ba0 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -4025,6 +4025,15 @@
     // OS: O DR
     ASSIST_GESTURE_TRIGGERED = 999;
 
+    // ACTION: Update default app from Settings
+    ACTION_SETTINGS_UPDATE_DEFAULT_APP = 1000;
+
+    // FIELD - Query length when Settings search result is clicked
+    FIELD_SETTINGS_SERACH_QUERY_LENGTH = 1001;
+
+    // FIELD - Number of results when Settings search result is clicked
+    FIELD_SETTINGS_SERACH_RESULT_COUNT = 1002;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }