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

/packages/apps/UnifiedEmail/src/com/android/mail/
H A DMailIntentService.java42 public static final String ACTION_RESEND_NOTIFICATIONS = field in class:MailIntentService
78 } else if (ACTION_RESEND_NOTIFICATIONS.equals(action)) {
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java760 final Intent intent = new Intent(MailIntentService.ACTION_RESEND_NOTIFICATIONS);

Completed in 206 milliseconds