Searched refs:NotificationReportedEvent (Results 1 – 5 of 5) sorted by relevance
/aosp12/frameworks/base/services/core/java/com/android/server/notification/ |
H A D | NotificationRecordLoggerImpl.java | 42 writeNotificationReportedAtom(p, NotificationReportedEvent.fromRecordPair(p), in maybeLogNotificationPosted() 51 writeNotificationReportedAtom(p, NotificationReportedEvent.NOTIFICATION_ADJUSTED, in logNotificationAdjusted() 56 NotificationReportedEvent eventType, int position, int buzzBeepBlink, in writeNotificationReportedAtom()
|
H A D | NotificationRecordLogger.java | 109 enum NotificationReportedEvent implements UiEventLogger.UiEventEnum { enum 118 NotificationReportedEvent(int id) { in NotificationReportedEvent() method in NotificationRecordLogger.NotificationReportedEvent 125 public static NotificationReportedEvent fromRecordPair(NotificationRecordPair p) { in fromRecordPair() 126 return (p.old != null) ? NotificationReportedEvent.NOTIFICATION_UPDATED : in fromRecordPair() 127 NotificationReportedEvent.NOTIFICATION_POSTED; in fromRecordPair()
|
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/ |
H A D | NotificationRecordLoggerFake.java | 44 event = wasLogged ? NotificationReportedEvent.fromRecordPair(this) : null; in CallRecord() 53 event = NotificationReportedEvent.NOTIFICATION_ADJUSTED; in CallRecord()
|
H A D | NotificationManagerServiceTest.java | 1357 assertEquals(NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_WritesExpectedLogs() 1386 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_LogsOnMajorUpdates() 1392 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_UPDATED, in testEnqueueNotificationWithTag_LogsOnMajorUpdates() 1409 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_DoesNotLogOnMinorUpdate() 1427 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate() 1447 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_LogsAgainAfterCancel() 1458 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_LogsAgainAfterCancel() 4150 assertEquals(NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_ADJUSTED, in testApplyAdjustmentsLogged() 4152 assertEquals(NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_ADJUSTED, in testApplyAdjustmentsLogged()
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 27294 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;-><clinit>()V 27295 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;-><init>(Ljava… 27296 …NotificationReportedEvent;->fromRecordPair(Lcom/android/server/notification/NotificationRecordLogg… 27297 HPLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;->getId()I 27304 …ificationRecordLogger$NotificationReportedEvent;Lcom/android/server/notification/NotificationRecor… 54512 Lcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;
|