Home
last modified time | relevance | path

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

/packages/apps/UnifiedEmail/src/com/android/mail/ui/
DConversationListEmptyView.java60 final BidiFormatter bidiFormatter, boolean shouldShowIcon) { in setupEmptyText() argument
61 if (shouldShowIcon) { in setupEmptyText()
DConversationListFragment.java198 final boolean shouldShowIcon = !setupEmptyIcon(true); in showEmptyView()
200 mListAdapter.getBidiFormatter(), shouldShowIcon); in showEmptyView()