Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java262 final ValuesDelta nameValuesDelta = rawContactEditor.getNameEditor().getValues(); in bindEditors()
278 rawContactEditor.getNameEditor().getRawContactId(), in bindEditors()
279 rawContactEditor.getNameEditor().getValues()); in bindEditors()
293 final StructuredNameEditorView nameEditor = rawContactEditor.getNameEditor(); in bindEditors()
305 rawContactEditor.getNameEditor().getRawContactId(), in bindEditors()
306 rawContactEditor.getNameEditor().getValues()); in bindEditors()
329 rawContactEditorView.getNameEditor(); in unsetSuperPrimaryForAllNameEditors()
348 rawContactEditorView.getNameEditor(); in getDisplayName()
363 rawContactEditorView.getNameEditor(); in getDisplayName()
DRawContactEditorView.java373 public StructuredNameEditorView getNameEditor() { in getNameEditor() method in RawContactEditorView