Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java383 public StructuredNameEditorView getNameEditorView() { in getNameEditorView() method in RawContactEditorView
387 ? null : nameKindSectionView.getNameEditorView(); in getNameEditorView()
419 final StructuredNameEditorView nameEditorView = getNameEditorView(); in getAggregationAnchorView()
514 final StructuredNameEditorView name = getNameEditorView(); in setState()
DKindSectionView.java249 public StructuredNameEditorView getNameEditorView() { in getNameEditorView() method in KindSectionView
DContactEditorFragment.java1321 final StructuredNameEditorView nameEditor = editorView.getNameEditorView(); in bindEditors()