Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java204 final List<NotificationActionType> sortedActions = in addNotificationActions() local
207 for (final NotificationActionType notificationAction : sortedActions) { in addNotificationActions()
276 final List<NotificationActionType> sortedActions = in getSortedNotificationActions() local
290 sortedActions.add(NotificationActionType.ARCHIVE_REMOVE_LABEL); in getSortedNotificationActions()
293 sortedActions.add(NotificationActionType.DELETE); in getSortedNotificationActions()
296 sortedActions.add(NotificationActionType.REPLY); in getSortedNotificationActions()
299 sortedActions.add(NotificationActionType.REPLY_ALL); in getSortedNotificationActions()
312 sortedActions.add(NotificationActionType.DELETE); in getSortedNotificationActions()
315 sortedActions.add(NotificationActionType.REPLY); in getSortedNotificationActions()
318 sortedActions.add(NotificationActionType.REPLY_ALL); in getSortedNotificationActions()
[all …]