Home
last modified time | relevance | path

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

/packages/apps/ContactsCommon/src/com/android/contacts/common/list/
DDirectoryListLoader.java39 public static final int SEARCH_MODE_NONE = 0; field in DirectoryListLoader
115 if (mDirectorySearchMode == SEARCH_MODE_NONE) { in loadInBackground()
DContactEntryListFragment.java106 private int mDirectorySearchMode = DirectoryListLoader.SEARCH_MODE_NONE;
425 if (directorySearchMode != DirectoryListLoader.SEARCH_MODE_NONE) {
471 return isSearchMode() && getDirectorySearchMode() != DirectoryListLoader.SEARCH_MODE_NONE
DPhoneNumberPickerFragment.java88 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE); in PhoneNumberPickerFragment()
96 : DirectoryListLoader.SEARCH_MODE_NONE); in setDirectorySearchEnabled()
DPhoneNumberListAdapter.java518 if (getDirectorySearchMode() == DirectoryListLoader.SEARCH_MODE_NONE) { in changeDirectories()
/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListAdapter.java54 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE); in JoinContactListAdapter()
/packages/apps/Contacts/src/com/android/contacts/activities/
DContactSelectionActivity.java288 fragment.setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE); in configureListFragment()
DPeopleActivity.java848 mAllFragment.setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE); in configureContactListFragmentForRequest()