Loading cmds/statsd/src/atoms.proto +2 −1 Original line number Diff line number Diff line Loading @@ -4007,7 +4007,7 @@ message Notification { optional bool is_group_summary = 5; // The section of the shade that the notification is in. // See NotificationSectionsManager.PriorityBucket. // See SystemUI Notifications.proto. enum NotificationSection { SECTION_UNKNOWN = 0; SECTION_HEADS_UP = 1; Loading @@ -4015,6 +4015,7 @@ message Notification { SECTION_PEOPLE = 3; SECTION_ALERTING = 4; SECTION_SILENT = 5; SECTION_FOREGROUND_SERVICE = 6; } optional NotificationSection section = 6; } Loading Loading
cmds/statsd/src/atoms.proto +2 −1 Original line number Diff line number Diff line Loading @@ -4007,7 +4007,7 @@ message Notification { optional bool is_group_summary = 5; // The section of the shade that the notification is in. // See NotificationSectionsManager.PriorityBucket. // See SystemUI Notifications.proto. enum NotificationSection { SECTION_UNKNOWN = 0; SECTION_HEADS_UP = 1; Loading @@ -4015,6 +4015,7 @@ message Notification { SECTION_PEOPLE = 3; SECTION_ALERTING = 4; SECTION_SILENT = 5; SECTION_FOREGROUND_SERVICE = 6; } optional NotificationSection section = 6; } Loading