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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DFolderItemView.java86 mUnseenCountTextView = (TextView)findViewById(R.id.unseen);
151 * Sets the unseen count, taking care to hide/show the textview if the count is zero/non-zero.
/packages/apps/UnifiedEmail/src/com/android/mail/utils/
H A DNotificationUtils.java92 public static final String EXTRA_UNSEEN_COUNT = "unseen-count";
144 * unseen conversations that triggered each.
203 * Returns the unread unseen count for the given NotificationKey.
211 * Store the unread and unseen value for the given NotificationKey
213 public void put(NotificationKey key, int unread, int unseen) { argument
215 new Pair<Integer, Integer>(Integer.valueOf(unread), Integer.valueOf(unseen));
302 * @return the title of this notification with each account and the number of unread and unseen
311 Integer unseen = notifications.getUnseen(key);
316 result.append(key.toString() + " (" + unread + ", " + unseen + ")");
518 "to: unread: %d unseen
[all...]

Completed in 135 milliseconds