Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java116 private static Map<NotificationKey, Set<Integer>> sConversationNotificationMap = field in NotificationUtils
750 sConversationNotificationMap.get(notificationKey); in validateNotifications()
827 sConversationNotificationMap.put(notificationKey, conversationNotificationIds); in validateNotifications()
1671 final Set<Integer> conversationNotifications = sConversationNotificationMap.get(key); in cancelConversationNotifications()
1676 sConversationNotificationMap.remove(key); in cancelConversationNotifications()