Searched refs:NotificationReportedEvent (Results 1 – 6 of 6) sorted by relevance
80 return new NotificationReported(p, NotificationReportedEvent.fromRecordPair(p), position, in prepareToLogNotificationPosted()137 enum NotificationReportedEvent implements UiEventLogger.UiEventEnum { enum146 NotificationReportedEvent(int id) { in NotificationReportedEvent() method in NotificationRecordLogger.NotificationReportedEvent153 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()
45 new NotificationReported(p, NotificationReportedEvent.NOTIFICATION_ADJUSTED, in logNotificationAdjusted()
51 event = wasLogged ? NotificationReportedEvent.fromRecordPair(this) : null; in CallRecord()60 event = NotificationReportedEvent.NOTIFICATION_ADJUSTED; in CallRecord()
29 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…30 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…
92 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…
5302 …dPair;Lcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;IILcom/a…