Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DMailIntentService.java42 public static final String ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS = field in MailIntentService
78 } else if (ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS.equals(action)) { in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java663 new Intent(MailIntentService.ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS); in validateNotifications()
/packages/apps/UnifiedEmail/src/com/android/mail/compose/
DComposeActivity.java619 actionIntent = new Intent(MailIntentService.ACTION_CLEAR_NEW_MAIL_NOTIFICATIONS); in finishCreate()