Home
last modified time | relevance | path

Searched refs:NOTIFICATION_POSTED (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java29 …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()
H A DNotificationManagerServiceTest.java93 …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()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java139 NOTIFICATION_POSTED(162), enumConstant
155 NotificationReportedEvent.NOTIFICATION_POSTED; in fromRecordPair()