Searched refs:REVIEW_NOTIF_ACTION_CANCELED (Results 1 – 3 of 3) sorted by relevance
147 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()
52 filter.addAction(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED); in getFilter()98 } else if (action.equals(NotificationManagerService.REVIEW_NOTIF_ACTION_CANCELED)) { in onReceive()
523 static final String REVIEW_NOTIF_ACTION_CANCELED = "REVIEW_NOTIF_ACTION_CANCELED"; field in NotificationManagerService12857 Intent swipeIntent = new Intent(REVIEW_NOTIF_ACTION_CANCELED);