Home
last modified time | relevance | path

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

/aosp12/packages/apps/Contacts/src/com/android/contacts/editor/
H A 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()
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()
1609 if (mAggregationSuggestionEngine.getSuggestedContactCount() == 0) { in onAggregationSuggestionChange()
[all …]