Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java1671 final Set<Integer> conversationNotifications = sConversationNotificationMap.get(key); in cancelConversationNotifications() local
1672 if (conversationNotifications != null) { in cancelConversationNotifications()
1673 for (Integer conversationNotification : conversationNotifications) { in cancelConversationNotifications()