Searched refs:NotificationChannelEvent (Results 1 – 6 of 6) 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() 53 public void logNotificationChannelGroup(NotificationChannelEvent event, in logNotificationChannelGroup() 69 public void logAppEvent(NotificationChannelEvent event, int uid, String pkg) { in logAppEvent()
|
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
D | NotificationChannelLoggerFake.java | 31 public final NotificationChannelEvent event; 34 CallRecord(NotificationChannelEvent event, @Nullable String channelId) { in CallRecord() 75 public void logNotificationChannel(NotificationChannelEvent event, NotificationChannel channel, in logNotificationChannel() 81 public void logNotificationChannelGroup(NotificationChannelEvent event, in logNotificationChannelGroup() 87 public void logAppEvent(NotificationChannelEvent event, int uid, String pkg) { in logAppEvent()
|
D | PreferencesHelperTest.java | 56 import static com.android.server.notification.NotificationChannelLogger.NotificationChannelEvent.NO… 2364 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testDoubleDeleteChannel() 2367 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_DELETED, in testDoubleDeleteChannel() 2911 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testCreateChannel_alreadyExists() 2994 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 2998 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 3171 NotificationChannelLogger.NotificationChannelEvent in testCreateGroup() 3365 NotificationChannelLogger.NotificationChannelEvent in testCreateChannel_addToGroup() 3369 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED, in testCreateChannel_addToGroup() 3372 NotificationChannelLogger.NotificationChannelEvent.NOTIFICATION_CHANNEL_UPDATED, in testCreateChannel_addToGroup() [all …]
|
D | NotificationManagerServiceTest.java | 1866 NotificationChannelLogger.NotificationChannelEvent.APP_NOTIFICATIONS_BLOCKED, in testSetNotificationsEnabledForPackage()
|
/frameworks/base/services/ |
D | art-wear-profile | 15788 …onChannelLogger$NotificationChannelEvent;->$values()[Lcom/android/server/notification/Notification… 15789 PLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;-><clinit>()V 15790 PLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;-><init>(Ljava… 15791 PLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;->getId()I 15792 …nChannelLogger$NotificationChannelEvent;->getUpdated(Z)Lcom/android/server/notification/Notificati… 15799 …nnel(Lcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;Landroid/…
|