Home
last modified time | relevance | path

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

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