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

/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java127 * unseen conversations that triggered each.
144 * Retuns the unread unseen count for the given NotificationKey.
152 * Store the unread and unseen value for the given NotificationKey
154 public void put(NotificationKey key, int unread, int unseen) { argument
156 new Pair<Integer, Integer>(Integer.valueOf(unread), Integer.valueOf(unseen));
234 * @return the title of this notification with each account and the number of unread and unseen
243 Integer unseen = notifications.getUnseen(key);
248 result.append(key.toString() + " (" + unread + ", " + unseen + ")");
465 final Integer unseen = notificationMap.getUnseen(key);
466 int unseenCount = unseen !
[all...]
/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderItemView.java88 mUnseenCountTextView = (TextView)findViewById(R.id.unseen);
158 * Sets the unseen count, taking care to hide/show the textview if the count is zero/non-zero.

Completed in 67 milliseconds