Home
last modified time | relevance | path

Searched refs:showConversation (Results 1 – 4 of 4) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java546 showConversation(conversation, peek, false /* fromKeyboard */); in showConversationWithPeek()
554 private void showConversation(Conversation conversation, boolean peek, boolean fromKeyboard) { in showConversation() method in TwoPaneController
632 showConversation(conversation, true /* peek */, true /* fromKeyboard */); in onConversationFocused()
DOnePaneController.java275 protected void showConversation(Conversation conversation, boolean shouldAnimate) { in showConversation() method in OnePaneController
276 super.showConversation(conversation, shouldAnimate); in showConversation()
DAbstractActivityController.java1503 showConversation(conv); in getUndoCallbackForDestructiveActionsWithAutoAdvance()
1804 showConversation(null);
2031 showConversation(next);
2562 showConversation(conversation);
2573 protected void showConversation(Conversation conversation) {
2574 showConversation(conversation, false /* shouldAnimate */);
2583 protected void showConversation(Conversation conversation, boolean shouldAnimate) {
2670 showConversation(conversation, true /* shouldAnimate */);
3622 showConversation(mConversationToShow);
DConversationViewFragment.java346 showConversation(); in onActivityCreated()
602 private void showConversation() { in showConversation() method in ConversationViewFragment