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

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

Completed in 51 milliseconds