Home
last modified time | relevance | path

Searched refs:NotificationCancelReason (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/row/
DOnUserInteractionCallback.java38 @NotificationListenerService.NotificationCancelReason int cancellationReason, in onDismiss()
/frameworks/base/services/core/java/com/android/server/notification/
DNotificationRecordLogger.java69 @NotificationListenerService.NotificationCancelReason int reason, in logNotificationCancelled()
178 @NotificationListenerService.NotificationCancelReason int reason, in fromCancelReason()
DNotificationManagerService.java8334 @NotificationListenerService.NotificationCancelReason int reason,
8341 @NotificationListenerService.NotificationCancelReason int reason,
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/legacy/
DOnUserInteractionCallbackImplLegacy.java72 @NotificationListenerService.NotificationCancelReason int cancellationReason, in onDismiss()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/collection/inflation/
DOnUserInteractionCallbackImpl.java75 @NotificationListenerService.NotificationCancelReason int cancellationReason, in onDismiss()
/frameworks/base/core/java/android/service/notification/
DNotificationListenerService.java283 public @interface NotificationCancelReason{}; annotation in NotificationListenerService