OSDN Git Service

Metrics constants for new screen
authorJulia Reynolds <juliacr@google.com>
Fri, 3 May 2019 13:39:19 +0000 (09:39 -0400)
committerJulia Reynolds <juliacr@google.com>
Fri, 3 May 2019 13:45:39 +0000 (09:45 -0400)
Test: make
Bug: 128445911
Change-Id: I8577ed12b6c60e7a8996ec313d22b2adcba12b6a

core/proto/android/app/settings_enums.proto
proto/src/metrics_constants/metrics_constants.proto

index 9cffb2b..1594402 100644 (file)
@@ -2361,4 +2361,7 @@ enum PageId {
     // OPEN: Settings >  Network & internet > Mobile network > Delete sim > (answer yes to
     //       confirmation)
     DIALOG_DELETE_SIM_PROGRESS = 1714;
+
+    // Settings > Apps and notifications > Notifications > Gentle notifications
+    GENTLE_NOTIFICATIONS_SCREEN = 1715;
 }
index fe92d45..10387f1 100644 (file)
@@ -7213,6 +7213,9 @@ message MetricsEvent {
     //       confirmation)
     DIALOG_DELETE_SIM_PROGRESS = 1714;
 
+    // Settings > Apps and notifications > Notifications > Gentle notifications
+    GENTLE_NOTIFICATIONS_SCREEN = 1715;
+
     // ---- End Q Constants, all Q constants go above this line ----
     // Add new aosp constants above this line.
     // END OF AOSP CONSTANTS