Searched defs:ARCHIVE_REMOVE_LABEL (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationActionUtils.java81 ARCHIVE_REMOVE_LABEL("archive", true, R.drawable.ic_menu_archive_holo_dark, enum constant in enum:NotificationActionUtils.NotificationActionType
239 if (unsortedActions.contains(NotificationActionType.ARCHIVE_REMOVE_LABEL)) {
240 sortedActions.add(NotificationActionType.ARCHIVE_REMOVE_LABEL);
279 if (unsortedActions.contains(NotificationActionType.ARCHIVE_REMOVE_LABEL)) {
280 sortedActions.add(NotificationActionType.ARCHIVE_REMOVE_LABEL);
345 } case ARCHIVE_REMOVE_LABEL: {
455 case ARCHIVE_REMOVE_LABEL:
639 case ARCHIVE_REMOVE_LABEL: {

Completed in 66 milliseconds