Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DDefaultContactBrowseListFragment.java314 if (!isSearchMode() && numberOfContacts <= 0 && shouldShowEmptyView(filter)) { in bindListHeader()
342 private boolean shouldShowEmptyView(ContactListFilter filter) { in shouldShowEmptyView() method in DefaultContactBrowseListFragment