Searched defs:mCurrentConversation (Results 1 - 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
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 55 milliseconds