Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DSuppressNotificationReceiver.java120 final ConversationListContext listContext = mController.getCurrentListContext(); in onReceive() local
121 if (listContext == null) { in onReceive()
127 if (ConversationListContext.isSearchResult(listContext)) { in onReceive()
132 final Account listContextAccount = listContext.account; in onReceive()
133 final Folder listContextFolder = listContext.folder; in onReceive()
DOnePaneController.java231 protected void showConversationList(ConversationListContext listContext) { in showConversationList() argument
234 if (ConversationListContext.isSearchResult(listContext)) { in showConversationList()
243 ConversationListFragment.newInstance(listContext); in showConversationList()
245 if (!inInbox(mAccount, listContext)) { in showConversationList()
252 mInbox = listContext.folder; in showConversationList()
DTwoPaneController.java198 protected void showConversationList(ConversationListContext listContext) { in showConversationList() argument
DAbstractActivityController.java2659 protected abstract void showConversationList(ConversationListContext listContext);