Loading proto/src/metrics_constants.proto +26 −0 Original line number Original line Diff line number Diff line Loading @@ -5419,6 +5419,32 @@ message MetricsEvent { // OS: P // OS: P ZEN_WHAT_TO_BLOCK = 1339; ZEN_WHAT_TO_BLOCK = 1339; // ACTION: DND Settings > Priority only allows > System toggle // SUBTYPE: 0 is off, 1 is on // CATEGORY: SETTINGS // OS: P ACTION_ZEN_ALLOW_SYSTEM = 1340; // OPEN: Settings > Sounds > Do Not Disturb > Duration // CATEGORY: SETTINGS // OS: P NOTIFICATION_ZEN_MODE_DURATION_DIALOG = 1341; // OPEN: Settings > Sound & notification > Do Not Disturb > Duration -> Time Option (ie: for one hour) // CATEGORY: SETTINGS // OS: P NOTIFICATION_ZEN_MODE_DURATION_TIME = 1342; // OPEN: Settings > Sound & notification > Do Not Disturb > Duration -> Until you turn off // CATEGORY: SETTINGS // OS: P NOTIFICATION_ZEN_MODE_DURATION_FOREVER = 1343; // OPEN: Settings > Sound & notification > Do Not Disturb > Duration -> Ask every time // CATEGORY: SETTINGS // OS: P NOTIFICATION_ZEN_MODE_DURATION_PROMPT = 1344; // ---- End P Constants, all P constants go above this line ---- // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // Add new aosp constants above this line. // END OF AOSP CONSTANTS // END OF AOSP CONSTANTS Loading Loading
proto/src/metrics_constants.proto +26 −0 Original line number Original line Diff line number Diff line Loading @@ -5419,6 +5419,32 @@ message MetricsEvent { // OS: P // OS: P ZEN_WHAT_TO_BLOCK = 1339; ZEN_WHAT_TO_BLOCK = 1339; // ACTION: DND Settings > Priority only allows > System toggle // SUBTYPE: 0 is off, 1 is on // CATEGORY: SETTINGS // OS: P ACTION_ZEN_ALLOW_SYSTEM = 1340; // OPEN: Settings > Sounds > Do Not Disturb > Duration // CATEGORY: SETTINGS // OS: P NOTIFICATION_ZEN_MODE_DURATION_DIALOG = 1341; // OPEN: Settings > Sound & notification > Do Not Disturb > Duration -> Time Option (ie: for one hour) // CATEGORY: SETTINGS // OS: P NOTIFICATION_ZEN_MODE_DURATION_TIME = 1342; // OPEN: Settings > Sound & notification > Do Not Disturb > Duration -> Until you turn off // CATEGORY: SETTINGS // OS: P NOTIFICATION_ZEN_MODE_DURATION_FOREVER = 1343; // OPEN: Settings > Sound & notification > Do Not Disturb > Duration -> Ask every time // CATEGORY: SETTINGS // OS: P NOTIFICATION_ZEN_MODE_DURATION_PROMPT = 1344; // ---- End P Constants, all P constants go above this line ---- // ---- End P Constants, all P constants go above this line ---- // Add new aosp constants above this line. // Add new aosp constants above this line. // END OF AOSP CONSTANTS // END OF AOSP CONSTANTS Loading