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/
DJoinContactLoader.java84 final Cursor suggestionsCursor = getContext().getContentResolver() in loadInBackground() local
86 if (suggestionsCursor == null) { in loadInBackground()
89 Cursor cursorToClose = suggestionsCursor; in loadInBackground()
94 new JoinContactLoaderResult(baseCursor, suggestionsCursor); in loadInBackground()
DJoinContactListFragment.java84 final Cursor suggestionsCursor =
86 onContactListLoaded(suggestionsCursor, data);
124 private void onContactListLoaded(Cursor suggestionsCursor, Cursor allContactsCursor) { in onContactListLoaded() argument
126 adapter.setSuggestionsCursor(suggestionsCursor); in onContactListLoaded()