Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DRawContactEditorView.java134 mName.setDeletable(false); in onFinishInflate()
137 mPhoneticName.setDeletable(false); in onFinishInflate()
278 mNickName.setDeletable(false); in setState()
DCompactKindSectionView.java375 nameView.setDeletable(false); in addNameEditorViews()
388 phoneticNameView.setDeletable(false); in addNameEditorViews()
422 editor.setDeletable(true); in addNonNameEditorView()
DEditor.java70 public void setDeletable(boolean deletable); in setDeletable() method
DPhotoEditorView.java245 public void setDeletable(boolean deletable) { in setDeletable() method in PhotoEditorView
DKindSectionView.java200 editor.setDeletable(true); in createEditorView()
DLabeledEditorView.java257 public void setDeletable(boolean deletable) { in setDeletable() method in LabeledEditorView
/packages/apps/Contacts/src/com/android/contacts/activities/
DConfirmAddDetailActivity.java724 editor.setDeletable(false); in inflateEditorView()