Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java269 final Folder folder, final Collection<String> notificationActionStrings) { in getSortedNotificationActions() argument
271 new ArrayList<NotificationActionType>(notificationActionStrings.size()); in getSortedNotificationActions()
272 for (final String action : notificationActionStrings) { in getSortedNotificationActions()