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.java116 private static Map<NotificationKey, Set<Integer>> sConversationNotificationMap =
117 new HashMap<NotificationKey, Set<Integer>>();
150 private final ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>> mMap =
151 new ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>>();
163 public Set<NotificationKey> keySet() { in keySet()
173 public Pair<Integer, Integer> remove(NotificationKey key) { in remove()
190 public boolean containsKey(NotificationKey key) { in containsKey()
197 public Integer getUnread(NotificationKey key) { in getUnread()
205 public Integer getUnseen(NotificationKey key) { in getUnseen()
213 public void put(NotificationKey key, int unread, int unseen) { in put()
[all …]