HomeSort by relevance Sort by last modified time
    Searched refs:mCurrentConversation (Results 1 - 3 of 3) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/ui/
MailActionBarView.java 104 private Conversation mCurrentConversation;
790 mCurrentConversation = conversation;
795 if (mCurrentConversation == null) {
798 final boolean showMarkImportant = !mCurrentConversation.isImportant();
    [all...]
AbstractActivityController.java 146 /** Tag for {@link #mCurrentConversation} */
191 protected Conversation mCurrentConversation;
193 * The hash of {@link #mCurrentConversation} in detached mode. 0 if we are not in detached mode.
    [all...]
TwoPaneController.java 310 // mCurrentConversation, so before super.setCurrentConversation().
311 final long oldId = mCurrentConversation != null ? mCurrentConversation.id : -1;
315 // This call might change mCurrentConversation.

Completed in 30 milliseconds