Home
last modified time | relevance | path

Searched refs:JoinContactLoader (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactListFragment.java35 import com.android.contacts.list.JoinContactLoader.JoinContactLoaderResult;
62 JoinContactLoader loader = new JoinContactLoader(getActivity());
DJoinContactLoader.java31 public class JoinContactLoader extends CursorLoader { class
66 public JoinContactLoader(Context context) { in JoinContactLoader() method in JoinContactLoader
DJoinContactListAdapter.java69 JoinContactLoader loader = (JoinContactLoader) cursorLoader; in configureLoader()