Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditor.java46 public static final int FIELD_TURNED_EMPTY = 3; field
DCompactKindSectionView.java74 } else if (request == Editor.EditorListener.FIELD_TURNED_EMPTY) { in onRequest()
112 if (request == FIELD_TURNED_EMPTY || request == FIELD_TURNED_NON_EMPTY) { in onRequest()
DKindSectionView.java126 if (request == FIELD_TURNED_EMPTY || request == FIELD_TURNED_NON_EMPTY) { in onRequest()
DLabeledEditorView.java352 mListener.onRequest(EditorListener.FIELD_TURNED_EMPTY); in notifyEditorListener()
DContactEditorFragment.java270 } else if (request == EditorListener.FIELD_TURNED_EMPTY) { in bindEditors()