Searched refs:NotificationReportedEvent (Results 1 – 7 of 7) 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()589 NotificationReportedEvent eventType) { in getFsiState()590 if (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…
121 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…122 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…123 import static com.android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NO…
16333 …dPair;Lcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;IILcom/a…16334 …ionRecordLogger$NotificationReportedEvent;->$values()[Lcom/android/server/notification/Notificatio…16335 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;-><clinit>()V16336 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;-><init>(Ljava…16337 …NotificationReportedEvent;->fromRecordPair(Lcom/android/server/notification/NotificationRecordLogg…16338 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;->getId()I16340 …etFsiState(ZZLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;)I
2089 …dPair;Lcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;IILcom/a…