Home
last modified time | relevance | path

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

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