Add metric for clear adb keys dialog

Bug: 34203528
Test: make RunSettingsRoboTests -j40
Change-Id: Ie12923be044dcfff79840add9e5a2796d2b05b23
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index 401705d..bed8e3f 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -4636,6 +4636,11 @@
     // OS: P
     DIALOG_ENABLE_ADB = 1161;
 
+    // OPEN: Settings > Developer options > Revoke USB debugging authorizations > Info dialog
+    // CATEGORY: SETTINGS
+    // OS: P
+    DIALOG_CLEAR_ADB_KEYS = 1162;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }