Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/receiver/
DNotificationReceiver.java41 if (intent.getAction().equals(UIIntents.ACTION_RESET_NOTIFICATIONS)) { in onReceive()
/packages/apps/Messaging/src/com/android/messaging/ui/
DUIIntents.java66 public static final String ACTION_RESET_NOTIFICATIONS = field in UIIntents
DUIIntentsImpl.java410 intent.setAction(ACTION_RESET_NOTIFICATIONS); in getPendingIntentForClearingNotifications()