Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DContactEditorFragment.java327 final RawContactEditorView rawContactEditorView = (RawContactEditorView) view; in unsetSuperPrimaryForAllNameEditors() local
329 rawContactEditorView.getNameEditor(); in unsetSuperPrimaryForAllNameEditors()
346 final RawContactEditorView rawContactEditorView = (RawContactEditorView) view; in getDisplayName() local
348 rawContactEditorView.getNameEditor(); in getDisplayName()
361 final RawContactEditorView rawContactEditorView = (RawContactEditorView) view; in getDisplayName() local
363 rawContactEditorView.getNameEditor(); in getDisplayName()
380 final RawContactEditorView rawContactEditorView = (RawContactEditorView) view; in getPhoneticName() local
382 (PhoneticNameEditorView) rawContactEditorView.getPhoneticNameEditor(); in getPhoneticName()