Adding logging constants for async ranking state in Settings search ranking

Bug: 62072727
Test: builds

Change-Id: I5743e010a1dbc8ef056db6b9d66f2a14dfe7dd59
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 0a0fa18..d13c0f9 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -4202,6 +4202,11 @@
     // OS: O MR
     ACTION_MOBILE_NETWORK_DATA_USAGE = 1082;
 
+    // FIELD - State of asynchronous ranking when Settings search result is clicked
+    // CATEGORY: SETTINGS
+    // OS: O MR
+    FIELD_SETTINGS_SEARCH_RESULT_ASYNC_RANKING_STATE = 1083;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }