Home
last modified time | relevance | path

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

/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DReviewNotificationPermissionsReceiverTest.java147 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED); in testReceive_notificationCanceled_firstSwipe()
171 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED); in testReceive_notificationCanceled_secondSwipe()
195 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED); in testReceive_notificationCanceled_fromDismiss()
/frameworks/base/services/core/java/com/android/server/notification/
DReviewNotificationPermissionsReceiver.java52 filter.addAction(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED); in getFilter()
98 } else if (action.equals(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED)) { in onReceive()
DNotificationManagerService.java523 static final String REVIEW_NOTIF_ACTION_CANCELED = "REVIEW_NOTIF_ACTION_CANCELED"; field in NotificationManagerService
12857 Intent swipeIntent = new Intent(REVIEW_NOTIF_ACTION_CANCELED);