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/
DEditor.java70 public void setDeletable(boolean deletable); in setDeletable() method
DKindSectionView.java392 nameView.setDeletable(false); in addNameEditorViews()
409 phoneticNameView.setDeletable(false); in addNameEditorViews()
446 editor.setDeletable(true); in addNonNameEditorView()
DLabeledEditorView.java261 public void setDeletable(boolean deletable) { in setDeletable() method in LabeledEditorView