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

  /packages/apps/ContactsCommon/src/com/android/contacts/common/list/
ProfileAndContactsLoader.java 34 public class ProfileAndContactsLoader extends CursorLoader {
39 public ProfileAndContactsLoader(Context context) {
DefaultContactListAdapter.java 52 if (loader instanceof ProfileAndContactsLoader) {
53 ((ProfileAndContactsLoader) loader).setLoadProfile(shouldIncludeProfile());
  /packages/apps/Contacts/src/com/android/contacts/list/
DefaultContactBrowseListFragment.java 41 import com.android.contacts.common.list.ProfileAndContactsLoader;
85 return new ProfileAndContactsLoader(context);

Completed in 167 milliseconds