Home
last modified time | relevance | path

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

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