Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java294 NOTIFICATION_DIRECT_REPLIED(331), enumConstant
H A DNotificationManagerService.java1374 NotificationRecordLogger.NotificationEvent.NOTIFICATION_DIRECT_REPLIED,
/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationManagerServiceTest.java5358 assertEquals(NotificationRecordLogger.NotificationEvent.NOTIFICATION_DIRECT_REPLIED, in testStats_updatedOnDirectReply()