AOD: Add metrics constant for Ambient display settings

Bug: 33279975
Test: make droid
Change-Id: Iac3a99fbd580944e131c99eeb919f1e2ec6f2717
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 1670ba0..ddc9e6c 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -4034,6 +4034,11 @@
     // FIELD - Number of results when Settings search result is clicked
     FIELD_SETTINGS_SERACH_RESULT_COUNT = 1002;
 
+    // OPEN: Settings > Display > Ambient Display
+    // CATEGORY: SETTINGS
+    // OS: O DR
+    AMBIENT_DISPLAY_SETTINGS = 1003;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }