Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/notification/
H A DNotificationRecordLogger.java111 @NotificationListenerService.NotificationCancelReason int reason, in logNotificationCancelled()
231 @NotificationListenerService.NotificationCancelReason int reason, in fromCancelReason()
H A DNotificationManagerService.java9291 @NotificationListenerService.NotificationCancelReason int reason,
9300 @NotificationListenerService.NotificationCancelReason int reason,
/aosp14/frameworks/base/core/java/android/service/notification/
H A DNotificationListenerService.java312 public @interface NotificationCancelReason{}; annotation in NotificationListenerService
542 @NotificationCancelReason int reason) { in onNotificationRemoved()