Searched refs:NotificationChannelEvent (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationChannelLogger.java | 47 NotificationChannelEvent.getCreated(channel), in logNotificationChannelCreated() 60 NotificationChannelEvent.getDeleted(channel), in logNotificationChannelDeleted() 74 logNotificationChannel(NotificationChannelEvent.getUpdated(byUser), in logNotificationChannelModified() 111 logAppEvent(NotificationChannelEvent.getBlocked(enabled), uid, pkg); in logAppNotificationsAllowed() 123 void logNotificationChannel(@NonNull NotificationChannelEvent event, in logNotificationChannel() 149 enum NotificationChannelEvent implements UiEventLogger.UiEventEnum { enum 174 NotificationChannelEvent(int id) { in NotificationChannelEvent() method in NotificationChannelLogger.NotificationChannelEvent 181 public static NotificationChannelEvent getUpdated(boolean byUser) { in getUpdated() 184 : NotificationChannelEvent.NOTIFICATION_CHANNEL_UPDATED; in getUpdated() 190 : NotificationChannelEvent.NOTIFICATION_CHANNEL_CREATED; in getCreated() [all …]
|
H A 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()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A 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()
|
H A D | PreferencesHelperTest.java | 1720 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 1724 NotificationChannelLogger.NotificationChannelEvent in testDeleteGroup() 1874 NotificationChannelLogger.NotificationChannelEvent in testCreateGroup() 2046 NotificationChannelLogger.NotificationChannelEvent in testCreateChannel_addToGroup() 3775 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 3779 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 3783 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 3787 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 3791 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() 3795 NotificationChannelLogger.NotificationChannelEvent in testDeleteConversations() [all …]
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 26259 HSPLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;-><clinit>()V 26260 HSPLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;-><init>(Lja… 26261 …nChannelLogger$NotificationChannelEvent;->getBlocked(Z)Lcom/android/server/notification/Notificati… 26262 …NotificationChannelEvent;->getCreated(Landroid/app/NotificationChannel;)Lcom/android/server/notifi… 26263 …NotificationChannelEvent;->getDeleted(Landroid/app/NotificationChannel;)Lcom/android/server/notifi… 26264 …annelLogger$NotificationChannelEvent;->getGroupUpdated(Z)Lcom/android/server/notification/Notifica… 26265 HSPLcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent;->getId()I 26266 …nChannelLogger$NotificationChannelEvent;->getUpdated(Z)Lcom/android/server/notification/Notificati… 26282 …NotificationChannelEvent;Landroid/app/NotificationChannel;ILjava/lang/String;II)V+]Landroid/app/No… 54446 Lcom/android/server/notification/NotificationChannelLogger$NotificationChannelEvent; [all …]
|