Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java292 final AggregationSuggestionView suggestionView = in getView() local
295 suggestionView.setListener(mListener); in getView()
296 suggestionView.bindSuggestion(suggestion); in getView()
297 return suggestionView; in getView()
1629 final AggregationSuggestionView suggestionView = (AggregationSuggestionView) view; in onAggregationSuggestionChange()
1630 suggestionView.handleItemClickEvent(); in onAggregationSuggestionChange()