Searched refs:SEARCH_MODE_NONE (Results 1 - 11 of 11) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DDirectoryListLoader.java40 public static final int SEARCH_MODE_NONE = 0; field in class:DirectoryListLoader
124 if (mDirectorySearchMode == SEARCH_MODE_NONE) {
H A DPhoneNumberPickerFragment.java72 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);
80 : DirectoryListLoader.SEARCH_MODE_NONE);
H A DContactEntryListFragment.java110 private int mDirectorySearchMode = DirectoryListLoader.SEARCH_MODE_NONE;
448 if (directorySearchMode != DirectoryListLoader.SEARCH_MODE_NONE) {
504 return isSearchMode() && getDirectorySearchMode() != DirectoryListLoader.SEARCH_MODE_NONE
H A DJoinContactListAdapter.java51 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);
H A DPhoneNumberListAdapter.java592 if (getDirectorySearchMode() == DirectoryListLoader.SEARCH_MODE_NONE) {
H A DDefaultContactBrowseListFragment.java755 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DDirectoryListLoader.java36 public static final int SEARCH_MODE_NONE = 0; field in class:DirectoryListLoader
91 if (mDirectorySearchMode == SEARCH_MODE_NONE) {
H A DContactEntryListFragment.java99 private int mDirectorySearchMode = DirectoryListLoader.SEARCH_MODE_NONE;
419 if (directorySearchMode != DirectoryListLoader.SEARCH_MODE_NONE) {
469 && getDirectorySearchMode() != DirectoryListLoader.SEARCH_MODE_NONE
H A DPhoneNumberPickerFragment.java76 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);
119 flag ? DirectoryListLoader.SEARCH_MODE_DEFAULT : DirectoryListLoader.SEARCH_MODE_NONE);
H A DPhoneNumberListAdapter.java501 if (getDirectorySearchMode() == DirectoryListLoader.SEARCH_MODE_NONE) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java270 fragment.setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);

Completed in 158 milliseconds