Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DReviewNotificationPermissionsReceiver.java51 filter.addAction(NotificationManagerService.REVIEW_NOTIF_ACTION_DISMISS); in getFilter()
92 } else if (action.equals(NotificationManagerService.REVIEW_NOTIF_ACTION_DISMISS)) { in onReceive()
DNotificationManagerService.java522 static final String REVIEW_NOTIF_ACTION_DISMISS = "REVIEW_NOTIF_ACTION_DISMISS"; field in NotificationManagerService
12856 Intent dismissIntent = new Intent(REVIEW_NOTIF_ACTION_DISMISS);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DReviewNotificationPermissionsReceiverTest.java126 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_DISMISS); in testReceive_dismiss()