Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java905 final StructuredNameEditorView nameEditor = rawContactEditor.getNameEditor(); in bindEditors() local
907 nameEditor.requestFocus(); in bindEditors()
910 nameEditor.setEditorListener(listener); in bindEditors()
912 nameEditor.setDisplayName(mDefaultDisplayName); in bindEditors()
1659 LabeledEditorView nameEditor = rawContactEditor.getNameEditor(); in acquireAggregationSuggestions() local
1660 mAggregationSuggestionEngine.onNameChange(nameEditor.getValues()); in acquireAggregationSuggestions()