Searched refs:NOTIFICATION_POSTED (Results 1 – 4 of 4) sorted by relevance
29 …android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED;187 /* eventType= */ NOTIFICATION_POSTED); in testGetFsiState_hasFsi_allowedEnum()196 /* eventType= */ NOTIFICATION_POSTED); in testGetFsiState_fsiPermissionDenied_deniedEnum()205 /* eventType= */ NOTIFICATION_POSTED); in testGetFsiState_noFsi_noFsiEnum()
122 …android.server.notification.NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_POSTED;880 if (call.event == NOTIFICATION_POSTED || call.event == NOTIFICATION_UPDATED) { in assertNotificationRecordLoggerCallsValid()1974 assertEquals(NOTIFICATION_POSTED, call.event); in testEnqueueNotificationWithTag_WritesExpectedLogs()2002 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(0)); in testEnqueueNotificationWithTag_LogsOnMajorUpdates()2023 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(0)); in testEnqueueNotificationWithTag_DoesNotLogOnMinorUpdate()2039 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(0)); in testEnqueueNotificationWithTag_DoesNotLogOnTitleUpdate()2057 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(0)); in testEnqueueNotificationWithTag_LogsAgainAfterCancel()2069 assertEquals(NOTIFICATION_POSTED, mNotificationRecordLogger.event(2)); in testEnqueueNotificationWithTag_LogsAgainAfterCancel()
139 NOTIFICATION_POSTED(162), enumConstant155 NotificationReportedEvent.NOTIFICATION_POSTED; in fromRecordPair()
22969 NOTIFICATION_POSTED = 15; enumerator