HomeSort by relevance Sort by last modified time
    Searched refs:mShowEmptyListForEmptyQuery (Results 1 - 2 of 2) sorted by null

  /packages/apps/Dialer/java/com/android/contacts/common/list/
ContactEntryListFragment.java 96 private boolean mShowEmptyListForEmptyQuery;
596 if (mShowEmptyListForEmptyQuery && mAdapter != null && mListView != null) {
607 setSearchMode(!TextUtils.isEmpty(mQueryString) || mShowEmptyListForEmptyQuery);
617 mShowEmptyListForEmptyQuery = show;
621 return mShowEmptyListForEmptyQuery;
  /packages/apps/Contacts/src/com/android/contacts/list/
ContactEntryListFragment.java 107 private boolean mShowEmptyListForEmptyQuery;
675 if (mShowEmptyListForEmptyQuery && mAdapter != null && mListView != null) {
686 setSearchMode(!TextUtils.isEmpty(mQueryString) || mShowEmptyListForEmptyQuery);
696 mShowEmptyListForEmptyQuery = show;
    [all...]

Completed in 196 milliseconds