Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/editor/
DEditor.java47 public static final int FIELD_TURNED_NON_EMPTY = 4; field
DKindSectionView.java115 if (request == FIELD_TURNED_EMPTY || request == FIELD_TURNED_NON_EMPTY) { in onRequest()
DLabeledEditorView.java360 mListener.onRequest(EditorListener.FIELD_TURNED_NON_EMPTY); in notifyEditorListener()