Searched refs:NotificationChannelEvent (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/services/core/java/com/android/server/notification/ |
D | NotificationChannelLogger.java | 47 NotificationChannelEvent.getCreated(channel), in logNotificationChannelCreated() 60 NotificationChannelEvent.getDeleted(channel), in logNotificationChannelDeleted() 74 logNotificationChannel(NotificationChannelEvent.getUpdated(byUser), in logNotificationChannelModified() 88 logNotificationChannelGroup(NotificationChannelEvent.getGroupUpdated(isNew), in logNotificationChannelGroup() 100 logNotificationChannelGroup(NotificationChannelEvent.NOTIFICATION_CHANNEL_GROUP_DELETED, in logNotificationChannelGroupDeleted() 111 logAppEvent(NotificationChannelEvent.getBlocked(enabled), uid, pkg); in logAppNotificationsAllowed() 123 void logNotificationChannel(@NonNull NotificationChannelEvent event, in logNotificationChannel() 135 void logNotificationChannelGroup(@NonNull NotificationChannelEvent event, in logNotificationChannelGroup() 144 void logAppEvent(@NonNull NotificationChannelEvent event, int uid, String pkg); in logAppEvent() 149 enum NotificationChannelEvent implements UiEventLogger.UiEventEnum { enum [all …]
|
D | NotificationChannelLoggerImpl.java | 35 public void logNotificationChannel(NotificationChannelEvent event, in logNotificationChannel() 48 public void logNotificationChannelGroup(NotificationChannelEvent event, in logNotificationChannelGroup() 60 public void logAppEvent(NotificationChannelEvent event, int uid, String pkg) { in logAppEvent()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationChannelLoggerFake.java | 27 public NotificationChannelEvent event; 28 CallRecord(NotificationChannelEvent event) { in CallRecord() 44 public void logNotificationChannel(NotificationChannelEvent event, NotificationChannel channel, in logNotificationChannel() 50 public void logNotificationChannelGroup(NotificationChannelEvent event, in logNotificationChannelGroup() 56 public void logAppEvent(NotificationChannelEvent event, int uid, String pkg) { in logAppEvent()
|
D | PreferencesHelperTest.java | 1153 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testDoubleDeleteChannel() 1156 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_DELETED, in testDoubleDeleteChannel() 1585 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testCreateChannel_alreadyExists() 1659 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 1663 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 1813 NotificationChannelLogger.NotificationChannelEvent in testCreateGroup() 1985 NotificationChannelLogger.NotificationChannelEvent in testCreateChannel_addToGroup() 1989 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testCreateChannel_addToGroup() 1992 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_UPDATED, in testCreateChannel_addToGroup() 2273 NotificationChannelLogger.NotificationChannelEvent.APP_NOTIFICATIONS_BLOCKED, in testAppBlockedLogging() [all …]
|
/frameworks/base/services/ |
D | art-profile | 21154 HSPLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;-><clinit>()V 21155 HSPLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;-><init>(Lja… 21156 …NotificationChannelEvent;->getCreated(Landroid/app/NotificationChannel;)Lcom/android/server/notifi… 21157 …NotificationChannelEvent;->getDeleted(Landroid/app/NotificationChannel;)Lcom/android/server/notifi… 21158 …annelLogger$NotificationChannelEvent;->getGroupUpdated(Z)Lcom/android/server/notification/Notifica… 21159 HSPLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;->getId()I 21160 …nChannelLogger$NotificationChannelEvent;->getUpdated(Z)Lcom/android/server/notification/Notificati… 21171 …nnel(Lcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;Landroid/… 21172 …roup(Lcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;Landroid/… 43715 Lcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;
|