Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DTwoPaneController.java95 private ToShow mToShow;
587 mToShow = new ToShow(conversation, fromKeyboard); in showConversation()
991 private static class ToShow { class in TwoPaneController
995 public ToShow(Conversation c, boolean fromKeyboard) { in ToShow() method in TwoPaneController.ToShow