Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
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…
212 NotificationRecordLogger.NotificationCancelledEvent.fromCancelReason( in testBubbleGroupSummaryDismissal()
219 NotificationRecordLogger.NotificationCancelledEvent.fromCancelReason( in testOtherNotificationCancel()
DNotificationManagerServiceTest.java2063 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_APP_CANCEL, in testEnqueueNotificationWithTag_LogsAgainAfterCancel()
4686 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeNonGrouped()
4736 assertEquals(NotificationRecordLogger.NotificationCancelledEvent in testSnoozeRunnable_snoozeGroupChild_fellowChildren()
4763 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
4768 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_onlyChildOfSummary()
4791 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeGroupChild_noOthersInGroup()
4822 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_SNOOZED, in testSnoozeRunnable_snoozeAutoGroupChild_summaryNotSnoozed()
6213 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_USER_AOD, in testStats_dismissalSurface()
6579 NotificationRecordLogger.NotificationCancelledEvent.NOTIFICATION_CANCEL_ASSISTANT, in testAdjustmentToImportanceNone_cancelsNotification()
9591 assertEquals(NotificationRecordLogger.NotificationCancelledEvent in testCancelNotificationsFromListener_cancelsNonBubble()
[all …]
/frameworks/base/services/core/java/com/android/server/notification/
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()