Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java30 …ndroid.server.notification.NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_UPDATED;
189 /* eventType= */ NOTIFICATION_UPDATED); in testGetFsiState_isUpdate_zero()
H A DNotificationManagerServiceTest.java94 …ndroid.server.notification.NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_UPDATED;
722 if (call.event == NOTIFICATION_POSTED || call.event == NOTIFICATION_UPDATED) { in assertNotificationRecordLoggerCallsValid()
1675 assertEquals(NOTIFICATION_UPDATED, mNotificationRecordLogger.event(1)); in testEnqueueNotificationWithTag_LogsOnMajorUpdates()
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java141 NOTIFICATION_UPDATED(163), enumConstant
154 return (p.old != null) ? NotificationReportedEvent.NOTIFICATION_UPDATED : in fromRecordPair()
596 || eventType == NotificationReportedEvent.NOTIFICATION_UPDATED) { in getFsiState()