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.java42 public static final int SEARCH_MODE_NONE = 0; field in DirectoryListLoader
126 if (mDirectorySearchMode == SEARCH_MODE_NONE) { in loadInBackground()
DPhoneNumberPickerFragment.java97 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE); in PhoneNumberPickerFragment()
105 : DirectoryListLoader.SEARCH_MODE_NONE); in setDirectorySearchEnabled()
DContactEntryListFragment.java106 private int mDirectorySearchMode = DirectoryListLoader.SEARCH_MODE_NONE;
431 if (directorySearchMode != DirectoryListLoader.SEARCH_MODE_NONE) {
477 return isSearchMode() && getDirectorySearchMode() != DirectoryListLoader.SEARCH_MODE_NONE
DPhoneNumberListAdapter.java592 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.java284 fragment.setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE); in configureListFragment()
DPeopleActivity.java856 mAllFragment.setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE); in configureContactListFragmentForRequest()