Home
last modified time | relevance | path

Searched refs:showConversationWithPeek (Results 1 – 2 of 2) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java300 showConversationWithPeek(conversation, true /* peek */); in restoreConversation()
545 protected void showConversationWithPeek(Conversation conversation, boolean peek) { in showConversationWithPeek() method in TwoPaneController
567 super.showConversationWithPeek(conversation, peek); in showConversation()
692 showConversationWithPeek(next, true /* peek */); in doShowNextConversation()
841 showConversationWithPeek(conv, true /* peek */); in perhapsShowFirstConversation()
DAbstractActivityController.java2584 showConversationWithPeek(conversation, false /* peek */);
2587 protected void showConversationWithPeek(Conversation conversation, boolean peek) {