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.java67 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;
111 AggregationSuggestionEngine.Listener, AggregationSuggestionView.Listener,
266 private final List<AggregationSuggestionEngine.Suggestion> mSuggestions;
328 private AggregationSuggestionEngine mAggregationSuggestionEngine;
1526 mAggregationSuggestionEngine = new AggregationSuggestionEngine(context); in acquireAggregationSuggestions()
DAggregationSuggestionView.java31 import com.android.contacts.editor.AggregationSuggestionEngine.Suggestion;