Home
last modified time | relevance | path

Searched refs:JoinContactLoaderResult (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
DJoinContactLoader.java44 public static class JoinContactLoaderResult extends CursorWrapper { class in JoinContactLoader
47 public JoinContactLoaderResult(Cursor baseCursor, Cursor suggestionCursor) { in JoinContactLoaderResult() method in JoinContactLoader.JoinContactLoaderResult
82 return new JoinContactLoaderResult(super.loadInBackground(), suggestionsCursor); in loadInBackground()
DJoinContactListFragment.java19 import com.android.contacts.list.JoinContactLoader.JoinContactLoaderResult;
82 Cursor suggestionsCursor = ((JoinContactLoaderResult) data).suggestionCursor;