Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListFragment.java136 private ConversationListContext mViewContext; field in ConversationListFragment
199 mEmptyView.setupEmptyText(mFolder, mViewContext.searchQuery, in showEmptyView()
366 final boolean showSearchHeader = ConversationListContext.isSearchResult(mViewContext); in onActivityCreated()
476 mViewContext = ConversationListContext.forBundle(args.getBundle(CONVERSATION_LIST_KEY)); in onCreate()
477 mAccount = mViewContext.account; in onCreate()
485 if (mViewContext == null) { in toString()
493 sb.append(mViewContext.folder); in toString()
830 final Folder f = mViewContext.folder; in showList()
1010 mSwipeRefreshWidget.setEnabled(!ConversationListContext.isSearchResult(mViewContext)); in onFolderUpdated()