Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java270 final List<NotificationActionType> unsortedActions = in getSortedNotificationActions() local
273 unsortedActions.add(NotificationActionType.getActionType(action)); in getSortedNotificationActions()
277 new ArrayList<NotificationActionType>(unsortedActions.size()); in getSortedNotificationActions()
289 if (unsortedActions.contains(NotificationActionType.ARCHIVE_REMOVE_LABEL)) { in getSortedNotificationActions()
292 if (unsortedActions.contains(NotificationActionType.DELETE)) { in getSortedNotificationActions()
295 if (unsortedActions.contains(NotificationActionType.REPLY)) { in getSortedNotificationActions()
298 if (unsortedActions.contains(NotificationActionType.REPLY_ALL)) { in getSortedNotificationActions()
311 if (unsortedActions.contains(NotificationActionType.DELETE)) { in getSortedNotificationActions()
314 if (unsortedActions.contains(NotificationActionType.REPLY)) { in getSortedNotificationActions()
317 if (unsortedActions.contains(NotificationActionType.REPLY_ALL)) { in getSortedNotificationActions()
[all …]