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

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

Completed in 76 milliseconds