Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
DNotificationUtils.java123 private static Map<NotificationKey, Set<Integer>> sConversationNotificationMap =
124 new HashMap<NotificationKey, Set<Integer>>();
157 private final ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>> mMap =
158 new ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>>();
170 public Set<NotificationKey> keySet() { in keySet()
180 public Pair<Integer, Integer> remove(NotificationKey key) { in remove()
197 public boolean containsKey(NotificationKey key) { in containsKey()
204 public Integer getUnread(NotificationKey key) { in getUnread()
212 public Integer getUnseen(NotificationKey key) { in getUnseen()
220 public void put(NotificationKey key, int unread, int unseen) { in put()
[all …]