Home
last modified time | relevance | path

Searched refs:ACTION_RESEND_NOTIFICATIONS (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java40 public static final String ACTION_RESEND_NOTIFICATIONS = field in MailIntentService
85 } else if (ACTION_RESEND_NOTIFICATIONS.equals(action)) { in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java872 final Intent intent = new Intent(MailIntentService.ACTION_RESEND_NOTIFICATIONS); in resendNotifications()