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

/packages/apps/Contacts/src/com/android/contacts/list/
H A DJoinContactListFragment.java79 Cursor suggestionsCursor = ((JoinContactLoader) loader).getSuggestionsCursor();
80 onContactListLoaded(suggestionsCursor, data);
110 private void onContactListLoaded(Cursor suggestionsCursor, Cursor allContactsCursor) { argument
112 adapter.setSuggestionsCursor(suggestionsCursor);

Completed in 29 milliseconds