Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java80 return new NotificationReported(p, NotificationReportedEvent.fromRecordPair(p), position, in prepareToLogNotificationPosted()
137 enum NotificationReportedEvent implements UiEventLogger.UiEventEnum { enum
146 NotificationReportedEvent(int id) { in NotificationReportedEvent() method in NotificationRecordLogger.NotificationReportedEvent
153 public static NotificationReportedEvent fromRecordPair(NotificationRecordPair p) { in fromRecordPair()
154 return (p.old != null) ? NotificationReportedEvent.NOTIFICATION_UPDATED : in fromRecordPair()
155 NotificationReportedEvent.NOTIFICATION_POSTED; in fromRecordPair()
505 NotificationReportedEvent eventType, int position, int buzzBeepBlink, in NotificationReported()
593 NotificationReportedEvent eventType) { in getFsiState()
596 || eventType == NotificationReportedEvent.NOTIFICATION_UPDATED) { in getFsiState()
H A DNotificationRecordLoggerImpl.java45 new NotificationReported(p, NotificationReportedEvent.NOTIFICATION_ADJUSTED, in logNotificationAdjusted()
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerFake.java51 event = wasLogged ? NotificationReportedEvent.fromRecordPair(this) : null; in CallRecord()
60 event = NotificationReportedEvent.NOTIFICATION_ADJUSTED; in CallRecord()
H A DNotificationRecordLoggerTest.java29 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…
30 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…
H A DNotificationManagerServiceTest.java92 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…
93 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…
94 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…
/aosp14/frameworks/base/services/
H A Dart-profile5302 …dPair;Lcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;IILcom/a…