Searched refs:REVIEW_NOTIF_ACTION_DISMISS (Results 1 – 3 of 3) sorted by relevance
51 filter.addAction(NotificationManagerService.REVIEW_NOTIF_ACTION_DISMISS); in getFilter()92 } else if (action.equals(NotificationManagerService.REVIEW_NOTIF_ACTION_DISMISS)) { in onReceive()
522 static final String REVIEW_NOTIF_ACTION_DISMISS = "REVIEW_NOTIF_ACTION_DISMISS"; field in NotificationManagerService12856 Intent dismissIntent = new Intent(REVIEW_NOTIF_ACTION_DISMISS);
126 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_DISMISS); in testReceive_dismiss()