HomeSort by relevance Sort by last modified time
    Searched refs:ProfileAndContactsLoader (Results 1 - 3 of 3) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/list/
ProfileAndContactsLoader.java 34 public class ProfileAndContactsLoader extends CursorLoader {
39 public ProfileAndContactsLoader(Context context) {
DefaultContactListAdapter.java 60 if (loader instanceof ProfileAndContactsLoader) {
61 ((ProfileAndContactsLoader) loader).setLoadProfile(shouldIncludeProfile());
DefaultContactBrowseListFragment.java 76 return new ProfileAndContactsLoader(getActivity());

Completed in 36 milliseconds