Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DAbstractActivityController.java195 protected ConversationListContext mConvListContext; field in AbstractActivityController
559 return mConvListContext; in getCurrentListContext()
903 query = mConvListContext.searchQuery; in onFolderChanged()
920 mConvListContext = ConversationListContext.forSearchQuery(mAccount, mFolder, query); in setListContext()
922 mConvListContext = ConversationListContext.forFolder(mAccount, mFolder); in setListContext()
941 showConversationList(mConvListContext); in changeFolder()
2200 if (ConversationListContext.isSearchResult(mConvListContext)) {
2201 outState.putString(SAVED_QUERY, mConvListContext.searchQuery);
3599 mConvListContext = ConversationListContext.forSearchQuery(mAccount, mFolder,
3602 showConversationList(mConvListContext);
DOnePaneController.java284 if (ConversationListContext.isSearchResult(mConvListContext)) { in showConversation()
387 } else if (mViewMode.isListMode() && !inInbox(mAccount, mConvListContext)) { in handleBackPress()
DTwoPaneController.java171 ConversationListFragment.newInstance(mConvListContext); in renderConversationList()