Searched refs:listContext (Results 1 – 4 of 4) sorted by relevance
120 final ConversationListContext listContext = mController.getCurrentListContext(); in onReceive() local121 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()
231 protected void showConversationList(ConversationListContext listContext) { in showConversationList() argument234 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()
198 protected void showConversationList(ConversationListContext listContext) { in showConversationList() argument
2659 protected abstract void showConversationList(ConversationListContext listContext);