Searched refs:notificationActionStrings (Results 1 – 1 of 1) sorted by relevance
269 final Folder folder, final Collection<String> notificationActionStrings) { in getSortedNotificationActions() argument271 new ArrayList<NotificationActionType>(notificationActionStrings.size()); in getSortedNotificationActions()272 for (final String action : notificationActionStrings) { in getSortedNotificationActions()