Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/
DNotificationActionIntentService.java48 public static final String ACTION_ARCHIVE_REMOVE_LABEL = field in NotificationActionIntentService
75 if (ACTION_ARCHIVE_REMOVE_LABEL.equals(intentAction)) { in logNotificationAction()
135 } else if (ACTION_ARCHIVE_REMOVE_LABEL.equals(action) || ACTION_DELETE.equals(action)) { in onHandleIntent()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java390 NotificationActionIntentService.ACTION_ARCHIVE_REMOVE_LABEL; in getNotificationActionPendingIntent()
450 ? NotificationActionIntentService.ACTION_ARCHIVE_REMOVE_LABEL in getWearNotificationActionPendingIntent()