Searched defs:NotificationKey (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 =
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() {
170 * @param key The key {@link NotificationKey} to be removed.
173 public Pair<Integer, Integer> remove(NotificationKey key) {
187 * @param key The key {@link NotificationKey} to be checked.
190 public boolean containsKey(NotificationKey key) {
195 * Returns the unread count for the given NotificationKey
1907 private static class NotificationKey { class in class:NotificationUtils
1911 public NotificationKey(Account account, Folder folder) { method in class:NotificationUtils.NotificationKey
[all...]

Completed in 87 milliseconds