Searched refs:mConvListContext (Results 1 – 3 of 3) sorted by relevance
195 protected ConversationListContext mConvListContext; field in AbstractActivityController559 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);
284 if (ConversationListContext.isSearchResult(mConvListContext)) { in showConversation()387 } else if (mViewMode.isListMode() && !inInbox(mAccount, mConvListContext)) { in handleBackPress()
171 ConversationListFragment.newInstance(mConvListContext); in renderConversationList()