Searched refs:ProfileAndContactsLoader (Results 1 - 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DProfileAndContactsLoader.java34 public class ProfileAndContactsLoader extends CursorLoader { class in inherits:CursorLoader
39 public ProfileAndContactsLoader(Context context) { method in class:ProfileAndContactsLoader
H A DDefaultContactListAdapter.java58 if (loader instanceof ProfileAndContactsLoader) {
59 ((ProfileAndContactsLoader) loader).setLoadProfile(shouldIncludeProfile());
H A DDefaultContactBrowseListFragment.java78 return new ProfileAndContactsLoader(getActivity());

Completed in 114 milliseconds