OSDN Git Service

Add metric for sim status dialog
authorjeffreyhuang <jeffreyhuang@google.com>
Wed, 1 Nov 2017 17:26:15 +0000 (10:26 -0700)
committerjeffreyhuang <jeffreyhuang@google.com>
Fri, 3 Nov 2017 16:51:54 +0000 (09:51 -0700)
Bug: 36458278
Test: make RunSettingsRoboTests -j40
Change-Id: I3add0b8070856baffd11b975209d5c42a23015b9

proto/src/metrics_constants.proto

index faad49e..d138184 100644 (file)
@@ -4666,6 +4666,11 @@ message MetricsEvent {
     // Tag FIELD_PERMISSION: Name of the permission revoked
     ACTION_PERMISSION_REVOKED = 1245;
 
+    // OPEN: Settings > System > About Phone > Sim status
+    // CATEGORY: SETTINGS
+    // OS: P
+    DIALOG_SIM_STATUS = 1246;
+
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS
   }