Searched refs:sortedActions (Results 1 – 1 of 1) sorted by relevance
204 final List<NotificationActionType> sortedActions = in addNotificationActions() local207 for (final NotificationActionType notificationAction : sortedActions) { in addNotificationActions()276 final List<NotificationActionType> sortedActions = in getSortedNotificationActions() local290 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 …]