Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DAggregationSuggestionEngine.java55 public class AggregationSuggestionEngine extends HandlerThread { class
116 public AggregationSuggestionEngine(Context context) { in AggregationSuggestionEngine() method in AggregationSuggestionEngine
122 AggregationSuggestionEngine.this.deliverNotification((Cursor) msg.obj); in AggregationSuggestionEngine()
132 AggregationSuggestionEngine.this.handleMessage(msg); in getHandler()
DContactEditorFragment.java70 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
116 AggregationSuggestionEngine.Listener, AggregationSuggestionView.Listener,
280 private final List<AggregationSuggestionEngine.Suggestion> mSuggestions;
342 private AggregationSuggestionEngine mAggregationSuggestionEngine;
1574 mAggregationSuggestionEngine = new AggregationSuggestionEngine(context); in acquireAggregationSuggestions()
DAggregationSuggestionView.java31 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;