Searched refs:NotificationReportedEvent (Results 1 – 5 of 5) sorted by relevance
95 enum NotificationReportedEvent implements UiEventLogger.UiEventEnum { enum102 NotificationReportedEvent(int id) { in NotificationReportedEvent() method in NotificationRecordLogger.NotificationReportedEvent109 public static NotificationReportedEvent fromRecordPair(NotificationRecordPair p) { in fromRecordPair()110 return (p.old != null) ? NotificationReportedEvent.NOTIFICATION_UPDATED : in fromRecordPair()111 NotificationReportedEvent.NOTIFICATION_POSTED; in fromRecordPair()
41 /* int32 event_id = 1 */ NotificationReportedEvent.fromRecordPair(p).getId(), in maybeLogNotificationPosted()
44 event = wasLogged ? NotificationReportedEvent.fromRecordPair(this) : null; in CallRecord()
1371 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()
27294 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;-><clinit>()V27295 PLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;-><init>(Ljava…27296 …NotificationReportedEvent;->fromRecordPair(Lcom/android/server/notification/NotificationRecordLogg…27297 HPLcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;->getId()I27304 …ificationRecordLogger$NotificationReportedEvent;Lcom/android/server/notification/NotificationRecor…54512 Lcom/android/server/notification/NotificationRecordLogger$NotificationReportedEvent;