Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DLabeledEditorView.java299 if (mEditTypeAdapter.hasCustomSelection()) { in rebuildLabel()
511 if (mEditTypeAdapter.hasCustomSelection() && selected == CUSTOM_SELECTION) { in onTypeSelectionChange()
594 public boolean hasCustomSelection() { in hasCustomSelection() method in LabeledEditorView.EditTypeAdapter