Searched refs:DirectoryListLoader (Results 1 - 16 of 16) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DEmailAddressPickerFragment.java35 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_DATA_SHORTCUT);
H A DPostalAddressPickerFragment.java36 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_DATA_SHORTCUT);
H A DDirectoryListLoader.java36 public class DirectoryListLoader extends AsyncTaskLoader<Cursor> { class in inherits:AsyncTaskLoader
93 public DirectoryListLoader(Context context) { method in class:DirectoryListLoader
H A DPhoneNumberPickerFragment.java72 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);
79 setDirectorySearchMode(flag ? DirectoryListLoader.SEARCH_MODE_DEFAULT
80 : DirectoryListLoader.SEARCH_MODE_NONE);
H A DContactEntryListFragment.java110 private int mDirectorySearchMode = DirectoryListLoader.SEARCH_MODE_NONE;
354 DirectoryListLoader loader = new DirectoryListLoader(mContext);
448 if (directorySearchMode != DirectoryListLoader.SEARCH_MODE_NONE) {
504 return isSearchMode() && getDirectorySearchMode() != DirectoryListLoader.SEARCH_MODE_NONE
H A DContactPickerFragment.java51 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_CONTACT_SHORTCUT);
H A DJoinContactListAdapter.java51 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);
H A DContactEntryListAdapter.java407 int directoryTypeColumnIndex = cursor.getColumnIndex(DirectoryListLoader.DIRECTORY_TYPE);
H A DPhoneNumberListAdapter.java592 if (getDirectorySearchMode() == DirectoryListLoader.SEARCH_MODE_NONE) {
H A DDefaultContactBrowseListFragment.java753 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_DEFAULT);
755 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);
/packages/apps/Dialer/java/com/android/contacts/common/list/
H A DDirectoryListLoader.java34 public class DirectoryListLoader extends AsyncTaskLoader<Cursor> { class in inherits:AsyncTaskLoader
56 public DirectoryListLoader(Context context) { method in class:DirectoryListLoader
79 LogUtil.w("DirectoryListLoader.onStartLoading", "contacts permission not available.");
H A DPhoneNumberPickerFragment.java75 setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);
105 flag ? DirectoryListLoader.SEARCH_MODE_DEFAULT : DirectoryListLoader.SEARCH_MODE_NONE);
H A DContactEntryListFragment.java98 private int mDirectorySearchMode = DirectoryListLoader.SEARCH_MODE_NONE;
327 DirectoryListLoader loader = new DirectoryListLoader(mContext);
418 if (directorySearchMode != DirectoryListLoader.SEARCH_MODE_NONE) {
463 && getDirectorySearchMode() != DirectoryListLoader.SEARCH_MODE_NONE
H A DContactEntryListAdapter.java367 int directoryTypeColumnIndex = cursor.getColumnIndex(DirectoryListLoader.DIRECTORY_TYPE);
H A DPhoneNumberListAdapter.java507 if (getDirectorySearchMode() == DirectoryListLoader.SEARCH_MODE_NONE) {
/packages/apps/Contacts/src/com/android/contacts/activities/
H A DContactSelectionActivity.java47 import com.android.contacts.list.DirectoryListLoader;
270 fragment.setDirectorySearchMode(DirectoryListLoader.SEARCH_MODE_NONE);

Completed in 230 milliseconds