Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DKindSectionView.java351 nameView.setDeletable(false); in addNameEditorViews()
368 phoneticNameView.setDeletable(false); in addNameEditorViews()
404 editor.setDeletable(true); in addNonNameEditorView()
DEditor.java70 public void setDeletable(boolean deletable); in setDeletable() method
DLabeledEditorView.java259 public void setDeletable(boolean deletable) { in setDeletable() method in LabeledEditorView