summaryrefslogtreecommitdiff
path: root/core/proto
diff options
context:
space:
mode:
authorWill Brockman <brockman@google.com>2020-06-19 09:11:06 -0400
committerWill Brockman <brockman@google.com>2020-06-19 16:55:02 -0400
commit3ec09344860a9ecc73e258d6940c1870c1570225 (patch)
tree0178480343685e01fd20df318b8fe27730ba64ab /core/proto
parent40f7d48309f814c2de3d45c54c70f72379e5fa24 (diff)
Statsd notif logs: important conversations.
Adds an importance level for "important conversation" to the notification posted and notification channel updated logs. Bug: 155064930 Change-Id: Ib5a47aeb2da4d8614bfc778f3771479256220b23 Test: atest PreferencesHelperTest NotificationManagerServiceTest Test: statsd_testdrive
Diffstat (limited to 'core/proto')
-rw-r--r--core/proto/android/stats/sysui/notification_enums.proto1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/proto/android/stats/sysui/notification_enums.proto b/core/proto/android/stats/sysui/notification_enums.proto
index 09837022e50d..30bdecae07d1 100644
--- a/core/proto/android/stats/sysui/notification_enums.proto
+++ b/core/proto/android/stats/sysui/notification_enums.proto
@@ -26,4 +26,5 @@ enum NotificationImportance { // Constants from NotificationManager.java
IMPORTANCE_LOW = 2; // Shows in shade, maybe status bar, no buzz/beep.
IMPORTANCE_DEFAULT = 3; // Shows everywhere, makes noise, no heads-up.
IMPORTANCE_HIGH = 4; // Shows everywhere, makes noise, heads-up, may full-screen.
+ IMPORTANCE_IMPORTANT_CONVERSATION = 5; // High + isImportantConversation().
}