Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java113 NOTIFICATION_UPDATED(163), enumConstant
126 return (p.old != null) ? NotificationReportedEvent.NOTIFICATION_UPDATED : in fromRecordPair()
/aosp12/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java1392 NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_UPDATED, in testEnqueueNotificationWithTag_LogsOnMajorUpdates()