Searched defs:AggregationSuggestionEngine (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DAggregationSuggestionEngine.java52 public class AggregationSuggestionEngine extends HandlerThread { class in inherits:HandlerThread
53 public static final String TAG = "AggregationSuggestionEngine";
123 public AggregationSuggestionEngine(Context context) { method in class:AggregationSuggestionEngine
129 AggregationSuggestionEngine.this.deliverNotification((Cursor) msg.obj);
139 AggregationSuggestionEngine.this.handleMessage(msg);

Completed in 89 milliseconds