Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java342 private AggregationSuggestionEngine mAggregationSuggestionEngine; field in ContactEditorFragment
678 if (mAggregationSuggestionEngine != null) { in onDestroy()
679 mAggregationSuggestionEngine.quit(); in onDestroy()
1573 if (mAggregationSuggestionEngine == null) { in acquireAggregationSuggestions()
1574 mAggregationSuggestionEngine = new AggregationSuggestionEngine(context); in acquireAggregationSuggestions()
1575 mAggregationSuggestionEngine.setListener(this); in acquireAggregationSuggestions()
1576 mAggregationSuggestionEngine.start(); in acquireAggregationSuggestions()
1579 mAggregationSuggestionEngine.setContactId(getContactId()); in acquireAggregationSuggestions()
1580 mAggregationSuggestionEngine.setAccountFilter( in acquireAggregationSuggestions()
1583 mAggregationSuggestionEngine.onNameChange(valuesDelta); in acquireAggregationSuggestions()
[all …]