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

/packages/apps/Contacts/src/com/android/contacts/editor/
H A DContactEditorFragment.java261 private AggregationSuggestionEngine mAggregationSuggestionEngine; field in class:ContactEditorFragment
368 if (mAggregationSuggestionEngine != null) {
369 mAggregationSuggestionEngine.quit();
1480 mAggregationSuggestionEngine.reset();
1485 if (mAggregationSuggestionEngine == null) {
1486 mAggregationSuggestionEngine = new AggregationSuggestionEngine(context);
1487 mAggregationSuggestionEngine.setListener(this);
1488 mAggregationSuggestionEngine.start();
1491 mAggregationSuggestionEngine.setContactId(getContactId());
1494 mAggregationSuggestionEngine
[all...]

Completed in 74 milliseconds