Searched refs:NOTIFICATION_POSTED (Results 1 – 3 of 3) sorted by relevance
29 …android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED;179 /* eventType= */ NOTIFICATION_POSTED); in testGetFsiState_stickyHunFlagDisabled_zero()199 /* eventType= */ NOTIFICATION_POSTED); in testGetFsiState_hasFsi_allowedEnum()209 /* eventType= */ NOTIFICATION_POSTED); in testGetFsiState_fsiPermissionDenied_deniedEnum()219 /* eventType= */ NOTIFICATION_POSTED); in testGetFsiState_noFsi_noFsiEnum()
93 …android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED;722 if (call.event == NOTIFICATION_POSTED || call.event == NOTIFICATION_UPDATED) { in assertNotificationRecordLoggerCallsValid()1642 assertEquals(NOTIFICATION_POSTED, call.event); in testEnqueueNotificationWithTag_WritesExpectedLogs()1670 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(0)); in testEnqueueNotificationWithTag_LogsOnMajorUpdates()1691 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(0)); in testEnqueueNotificationWithTag_DoesNotLogOnMinorUpdate()1707 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(0)); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate()1725 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(0)); in testEnqueueNotificationWithTag_LogsAgainAfterCancel()1737 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(2)); in testEnqueueNotificationWithTag_LogsAgainAfterCancel()
139 NOTIFICATION_POSTED(162), enumConstant155 NotificationReportedEvent.NOTIFICATION_POSTED; in fromRecordPair()