Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
H A DNotificationRecordLoggerTest.java26 import static com.android.server.notification.NotificationRecordLogger.NotificationCancelledEvent.N…
27 import static com.android.server.notification.NotificationRecordLogger.NotificationCancelledEvent.N…
28 import static com.android.server.notification.NotificationRecordLogger.NotificationCancelledEvent.N…
226 NotificationRecordLogger.NotificationCancelledEvent.fromCancelReason( in testBubbleGroupSummaryDismissal()
233 NotificationRecordLogger.NotificationCancelledEvent.fromCancelReason( in testOtherNotificationCancel()
H A DNotificationManagerServiceTest.java1731 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_APP_CANCEL, in testEnqueueNotificationWithTag_LogsAgainAfterCancel()
4124 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeNonGrouped()
4174 assertEquals(NotificationRecordLogger.NotificationCancelledEvent in testSnoozeRunnable_snoozeGroupChild_fellowChildren()
4201 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
4206 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
4229 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_noOthersInGroup()
4260 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeAutoGroupChild_summaryNotSnoozed()
5448 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_USER_AOD, in testStats_dismissalSurface()
5768 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_ASSISTANT, in testAdjustmentToImportanceNone_cancelsNotification()
8626 assertEquals(NotificationRecordLogger.NotificationCancelledEvent in testCancelNotificationsFromListener_cancelsNonBubble()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java113 log(NotificationCancelledEvent.fromCancelReason(reason, dismissalSurface), r); in logNotificationCancelled()
159 enum NotificationCancelledEvent implements UiEventLogger.UiEventEnum { enum
223 NotificationCancelledEvent(int id) { in NotificationCancelledEvent() method in NotificationRecordLogger.NotificationCancelledEvent
230 public static NotificationCancelledEvent fromCancelReason( in fromCancelReason()
261 return NotificationCancelledEvent.values()[reason]; in fromCancelReason()
264 return NotificationCancelledEvent.NOTIFICATION_CANCEL_ASSISTANT; in fromCancelReason()