Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/notification/
DReviewNotificationPermissionsReceiver.java50 filter.addAction(NotificationManagerService.REVIEW_NOTIF_ACTION_REMIND); in getFilter()
82 if (action.equals(NotificationManagerService.REVIEW_NOTIF_ACTION_REMIND)) { in onReceive()
DNotificationManagerService.java521 static final String REVIEW_NOTIF_ACTION_REMIND = "REVIEW_NOTIF_ACTION_REMIND"; field in NotificationManagerService
12855 Intent remindIntent = new Intent(REVIEW_NOTIF_ACTION_REMIND);
/frameworks/base/services/tests/uiservicestests/src/com/android/server/notification/
DReviewNotificationPermissionsReceiverTest.java77 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_REMIND); in testReceive_remindMeLater_firstTime()
101 mIntent.setAction(NotificationManagerService.REVIEW_NOTIF_ACTION_REMIND); in testReceive_remindMeLater_laterTimes()