Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java62 public static final int RESULT_SEND_TO_SELECTION = 200; field in GroupUtil
147 Intent.createChooser(intent, title), RESULT_SEND_TO_SELECTION); in startSendToSelectionActivity() local