Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/preferences/
DFolderPreferences.java266 final Set<String> notificationActions = new LinkedHashSet<String>(2); in getNotificationActions() local
267 notificationActions.add(destructiveAction); in getNotificationActions()
268 notificationActions.add(replyAction); in getNotificationActions()
270 return notificationActions; in getNotificationActions()
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationActionUtils.java203 final Set<String> notificationActions) { in addNotificationActions() argument
205 getSortedNotificationActions(folder, notificationActions); in addNotificationActions()
DNotificationUtils.java1296 final Set<String> notificationActions = in configureNotifForOneConversation() local
1301 folder, notificationId, when, notificationActions); in configureNotifForOneConversation()