Searched refs:suggestionsCursor (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactLoader.java80 final Cursor suggestionsCursor = getContext().getContentResolver()
82 return new JoinContactLoaderResult(super.loadInBackground(), suggestionsCursor);
H A DJoinContactListFragment.java82 Cursor suggestionsCursor = ((JoinContactLoaderResult) data).suggestionCursor;
83 onContactListLoaded(suggestionsCursor, data);
117 private void onContactListLoaded(Cursor suggestionsCursor, Cursor allContactsCursor) { argument
119 adapter.setSuggestionsCursor(suggestionsCursor);

Completed in 51 milliseconds