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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DConversationUpdater.java95 * @param viewed whether the conversations are marked viewed as well. This indicates that the
98 void markConversationsRead(Collection<Conversation> targets, boolean read, boolean viewed); argument
H A DAbstractActivityController.java383 * folders are tied to the current account being viewed. When the account is changed,
1742 // Conversations are neither marked read, nor viewed, and we don't want to show
1789 final boolean viewed) {
1800 markConversationsRead(targets, read, viewed, true);
1805 markConversationsRead(targets, read, viewed, true);
1838 // The mark read/unread/viewed operations do not show an undo bar
2584 // The controller should come out of detached mode if a new conversation is viewed, or if
2761 // Case 3: Check for last viewed account, and check if it exists in the list.
1788 markConversationsRead(final Collection<Conversation> targets, final boolean read, final boolean viewed) argument
/packages/apps/UnifiedEmail/src/com/android/mail/providers/
H A DConversation.java158 private transient boolean viewed; field in class:Conversation
750 return viewed;
754 viewed = true;

Completed in 75 milliseconds