Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java421 if (mCurrentConversation != null) { in onPrepareOptionsMenu()
423 Utils.setMenuItemPresent(menu, R.id.read, !mCurrentConversation.read); in onPrepareOptionsMenu()
425 mCurrentConversation.read); in onPrepareOptionsMenu()
551 && mCurrentConversation != null; in isCurrentlyPeeking()
557 if (!peek && conversation != null && conversation.equals(mCurrentConversation) in showConversation()
560 mCurrentConversation); in showConversation()
611 markConversationSeen(mCurrentConversation); in transitionFromPeekToNormalMode()
640 final long oldId = mCurrentConversation != null ? mCurrentConversation.id : -1; in setCurrentConversation()
646 conversation, mCurrentConversation, mCurrentConversationJustPeeking); in setCurrentConversation()
671 if (!Objects.equal(conversation, mCurrentConversation)) { in onConversationViewSwitched()
[all …]
DActionBarController.java73 private Conversation mCurrentConversation; field in ActionBarController
385 mCurrentConversation = conversation; in setCurrentConversation()
390 if (mCurrentConversation == null) { in setConversationModeOptions()
393 final boolean showMarkImportant = !mCurrentConversation.isImportant(); in setConversationModeOptions()
433 && !mCurrentConversation.spam); in setConversationModeOptions()
437 && mCurrentConversation.spam); in setConversationModeOptions()
441 && !mCurrentConversation.phishing); in setConversationModeOptions()
445 && !mCurrentConversation.muted); in setConversationModeOptions()
DAbstractActivityController.java196 protected Conversation mCurrentConversation; field in AbstractActivityController
546 sb.append(mCurrentConversation); in toString()
1543 final Collection<Conversation> target = Conversation.listOf(mCurrentConversation);
1549 id, mCurrentConversation);
1577 updateConversation(Conversation.listOf(mCurrentConversation),
1976 && Conversation.contains(target, mCurrentConversation);
2203 if (mCurrentConversation != null && mViewMode.isConversationMode()) {
2204 outState.putParcelable(SAVED_CONVERSATION, mCurrentConversation);
2438 mDialogAction, mCurrentConversation));
2691 return mCurrentConversation;
[all …]