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 44 public class AggregationSuggestionView extends LinearLayout {
67 public AggregationSuggestionView(Context context) {
71 public AggregationSuggestionView(Context context, AttributeSet attrs) {
75 public AggregationSuggestionView(Context context, AttributeSet attrs, int defStyle) {
ContactEditorBaseFragment.java 93 AggregationSuggestionEngine.Listener, AggregationSuggestionView.Listener,
274 private final AggregationSuggestionView.Listener mListener;
278 AggregationSuggestionView.Listener listener, List<Suggestion> suggestions) {
288 final AggregationSuggestionView suggestionView =
289 (AggregationSuggestionView) mLayoutInflater.inflate(
    [all...]

Completed in 584 milliseconds