Add logging constant to track settings entity header clicks

Bug: 62709062
Test: builds
Change-Id: I5f2785d9bf1561ed7d2684ded1fcba354be54ccf
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index baa135d..2eb94d3 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -4104,6 +4104,16 @@
     // OS: O DR
     DIALOG_BLUETOOTH_PAIRED_DEVICE_RENAME = 1015;
 
+    // ACTION: Settings > Notification Settings > Open application notification
+    // CATEGORY: SETTINGS
+    // OS: O DR
+    ACTION_OPEN_APP_NOTIFICATION_SETTING = 1016;
+
+    // ACTION: Settings > App Info > Open app settings
+    // CATEGORY: SETTINGS
+    // OS: O DR
+    ACTION_OPEN_APP_SETTING = 1017;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }