Home
last modified time | relevance | path

Searched refs:NOTIFICATION_ADJUSTED (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLoggerImpl.java45 new NotificationReported(p, NotificationReportedEvent.NOTIFICATION_ADJUSTED, in logNotificationAdjusted()
DNotificationRecordLogger.java143 NOTIFICATION_ADJUSTED(908); enumConstant
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DNotificationRecordLoggerFake.java60 event = NotificationReportedEvent.NOTIFICATION_ADJUSTED; in CallRecord()
DNotificationManagerServiceTest.java121 …droid.server.notification.NotificationRecordLogger.NotificationReportedEvent.NOTIFICATION_ADJUSTED;
6478 assertEquals(NOTIFICATION_ADJUSTED, mNotificationRecordLogger.event(0)); in testApplyAdjustmentsLogged()
6479 assertEquals(NOTIFICATION_ADJUSTED, mNotificationRecordLogger.event(1)); in testApplyAdjustmentsLogged()