Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java84 ARCHIVE_REMOVE_LABEL("archive", true, R.drawable.ic_archive_wht_24dp, enumConstant
253 case ARCHIVE_REMOVE_LABEL: in mapWearActionResId()
289 if (unsortedActions.contains(NotificationActionType.ARCHIVE_REMOVE_LABEL)) { in getSortedNotificationActions()
290 sortedActions.add(NotificationActionType.ARCHIVE_REMOVE_LABEL); in getSortedNotificationActions()
329 if (unsortedActions.contains(NotificationActionType.ARCHIVE_REMOVE_LABEL)) { in getSortedNotificationActions()
330 sortedActions.add(NotificationActionType.ARCHIVE_REMOVE_LABEL); in getSortedNotificationActions()
388 } case ARCHIVE_REMOVE_LABEL: { in getNotificationActionPendingIntent()
447 case ARCHIVE_REMOVE_LABEL: in getWearNotificationActionPendingIntent()
449 final String intentAction = (action == NotificationActionType.ARCHIVE_REMOVE_LABEL) in getWearNotificationActionPendingIntent()
561 case ARCHIVE_REMOVE_LABEL: in getActionTextResId()
[all …]
/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DFolderPreferences.java258 NotificationActionType.ARCHIVE_REMOVE_LABEL : NotificationActionType.DELETE; in getNotificationActions()