Home
last modified time | relevance | path

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

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