summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author Julia Reynolds <juliacr@google.com> 2018-04-23 09:41:21 -0400
committer Julia Reynolds <juliacr@google.com> 2018-04-23 10:12:54 -0400
commit5da746a5d81b512e60fa67a8a0ece64dd991975d (patch)
tree2e55c8419becfac2c9003d8e64e83650220c94f9
parent5bdf9530a04dd4284498eb31c5e5fb0f8e6987a3 (diff)
Metrics constants for new zen screen
Test: make Bug: 78448988 Change-Id: Iaf3b35b3f22dd81c372683042372681f4086f1c8
-rw-r--r--proto/src/metrics_constants.proto20
1 files changed, 20 insertions, 0 deletions
diff --git a/proto/src/metrics_constants.proto b/proto/src/metrics_constants.proto
index cd2e2a4a28d2..e33ef1fc8a6c 100644
--- a/proto/src/metrics_constants.proto
+++ b/proto/src/metrics_constants.proto
@@ -5697,6 +5697,26 @@ message MetricsEvent {
// internal platform metrics use.
NOTIFICATION_SHADE_COUNT = 1395;
+ // ACTION: DND Settings > What to block
+ // OS: P
+ ACTION_ZEN_SOUND_ONLY = 1396;
+
+ // ACTION: DND Settings > Notifications
+ // OS: P
+ ACTION_ZEN_SOUND_AND_VIS_EFFECTS = 1397;
+
+ // ACTION: DND Settings > Notifications
+ // OS: P
+ ACTION_ZEN_SHOW_CUSTOM = 1398;
+
+ // ACTION: DND Settings > Notifications
+ // OS: P
+ ACTION_ZEN_CUSTOM = 1399;
+
+ // Screen: DND Settings > Notifications
+ // OS: P
+ SETTINGS_ZEN_NOTIFICATIONS = 1400;
+
// ---- End P Constants, all P constants go above this line ----
// Add new aosp constants above this line.
// END OF AOSP CONSTANTS