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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
H A DTwoPaneController.java73 * This flag applies to {@link AbstractActivityController#mCurrentConversation} and indicates
421 if (mCurrentConversation != null) {
423 Utils.setMenuItemPresent(menu, R.id.read, !mCurrentConversation.read);
425 mCurrentConversation.read);
551 && mCurrentConversation != null;
557 if (!peek && conversation != null && conversation.equals(mCurrentConversation)
560 mCurrentConversation);
611 markConversationSeen(mCurrentConversation);
639 // mCurrentConversation, so before super.setCurrentConversation().
640 final long oldId = mCurrentConversation !
[all...]
H A DActionBarController.java73 private Conversation mCurrentConversation; field in class:ActionBarController
385 mCurrentConversation = conversation;
390 if (mCurrentConversation == null) {
393 final boolean showMarkImportant = !mCurrentConversation.isImportant();
433 && !mCurrentConversation.spam);
437 && mCurrentConversation.spam);
441 && !mCurrentConversation.phishing);
445 && !mCurrentConversation.muted);
H A DAbstractActivityController.java144 /** Tag for {@link #mCurrentConversation} */
196 protected Conversation mCurrentConversation; field in class:AbstractActivityController
199 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
545 sb.append("mCurrentConversation=");
546 sb.append(mCurrentConversation);
1543 final Collection<Conversation> target = Conversation.listOf(mCurrentConversation);
1549 id, mCurrentConversation);
1577 updateConversation(Conversation.listOf(mCurrentConversation),
1976 && Conversation.contains(target, mCurrentConversation);
2203 if (mCurrentConversation !
[all...]

Completed in 45 milliseconds