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.java63 public static final int RESULT_SEND_TO_SELECTION = 100; field in GroupUtil
148 Intent.createChooser(intent, title), RESULT_SEND_TO_SELECTION); in startSendToSelectionActivity() local