Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditor.java46 public static final int FIELD_TURNED_EMPTY = 3; field
DKindSectionView.java77 } else if (request == Editor.EditorListener.FIELD_TURNED_EMPTY) { in onRequest()
115 if (request == FIELD_TURNED_EMPTY || request == FIELD_TURNED_NON_EMPTY) { in onRequest()
DLabeledEditorView.java366 mListener.onRequest(EditorListener.FIELD_TURNED_EMPTY); in notifyEditorListener()