HomeSort by relevance Sort by last modified time
    Searched refs:AggregationSuggestionView (Results 1 - 2 of 2) sorted by null

  /packages/apps/Contacts/src/com/android/contacts/editor/
AggregationSuggestionView.java 43 public class AggregationSuggestionView extends LinearLayout {
66 public AggregationSuggestionView(Context context) {
70 public AggregationSuggestionView(Context context, AttributeSet attrs) {
74 public AggregationSuggestionView(Context context, AttributeSet attrs, int defStyle) {
ContactEditorFragment.java 107 AggregationSuggestionEngine.Listener, AggregationSuggestionView.Listener,
289 private final AggregationSuggestionView.Listener mListener;
293 AggregationSuggestionView.Listener listener, List<Suggestion> suggestions) {
304 AggregationSuggestionView suggestionView =
305 (AggregationSuggestionView) inflater.inflate(
333 final AggregationSuggestionView suggestionView = (AggregationSuggestionView) view;
    [all...]

Completed in 190 milliseconds