Searched refs:JoinContactLoader (Results 1 – 3 of 3) sorted by relevance
35 import com.android.contacts.list.JoinContactLoader.JoinContactLoaderResult;62 JoinContactLoader loader = new JoinContactLoader(getActivity());
31 public class JoinContactLoader extends CursorLoader { class66 public JoinContactLoader(Context context) { in JoinContactLoader() method in JoinContactLoader
69 JoinContactLoader loader = (JoinContactLoader) cursorLoader; in configureLoader()