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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java130 extends ConcurrentHashMap<NotificationKey, Pair<Integer, Integer>> {
136 * Retuns the unread count for the given NotificationKey.
138 public Integer getUnread(NotificationKey key) {
144 * Retuns the unread unseen count for the given NotificationKey.
146 public Integer getUnseen(NotificationKey key) {
152 * Store the unread and unseen value for the given NotificationKey
154 public void put(NotificationKey key, int unread, int unseen) {
200 final NotificationKey key = new NotificationKey(account, folder);
216 final Set<NotificationKey> key
1465 private static class NotificationKey { class in class:NotificationUtils
1469 public NotificationKey(Account account, Folder folder) { method in class:NotificationUtils.NotificationKey
[all...]

Completed in 61 milliseconds