Searched refs:ACTION_RESEND_NOTIFICATIONS (Results 1 – 2 of 2) sorted by relevance
40 public static final String ACTION_RESEND_NOTIFICATIONS = field in MailIntentService85 } else if (ACTION_RESEND_NOTIFICATIONS.equals(action)) { in onHandleIntent()
872 final Intent intent = new Intent(MailIntentService.ACTION_RESEND_NOTIFICATIONS); in resendNotifications()