Home
last modified time | relevance | path

Searched refs:NotificationReportedEvent (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java95 enum NotificationReportedEvent implements UiEventLogger.UiEventEnum { enum
102 NotificationReportedEvent(int id) { in NotificationReportedEvent() method in NotificationRecordLogger.NotificationReportedEvent
109 public static NotificationReportedEvent fromRecordPair(NotificationRecordPair p) { in fromRecordPair()
110 return (p.old != null) ? NotificationReportedEvent.NOTIFICATION_UPDATED : in fromRecordPair()
111 NotificationReportedEvent.NOTIFICATION_POSTED; in fromRecordPair()
DNotificationRecordLoggerImpl.java41 /* int32 event_id = 1 */ NotificationReportedEvent.fromRecordPair(p).getId(), in maybeLogNotificationPosted()
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerFake.java44 event = wasLogged ? NotificationReportedEvent.fromRecordPair(this) : null; in CallRecord()
DNotificationManagerServiceTest.java1371 assertEquals(NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_WritesExpectedLogs()
1400 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_LogsOnMajorUpdates()
1406 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_UPDATED, in testEnqueueNotificationWithTag_LogsOnMajorUpdates()
1423 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_DoesNotLogOnMinorUpdate()
1441 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate()
1461 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_LogsAgainAfterCancel()
1472 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED, in testEnqueueNotificationWithTag_LogsAgainAfterCancel()
/frameworks/base/services/
Dart-profile27294 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;-><clinit>()V
27295 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;-><init>(Ljava…
27296NotificationReportedEvent;->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;