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

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

Completed in 33 milliseconds