Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/list/
DUiIntentActions.java58 public static final String SELECTION_SEND_TITLE = field in UiIntentActions
DMultiSelectPhoneNumbersListFragment.java84 UiIntentActions.SELECTION_SEND_TITLE); in onOptionsItemSelected()
DMultiSelectEmailAddressesListFragment.java84 UiIntentActions.SELECTION_SEND_TITLE); in onOptionsItemSelected()
/packages/apps/Contacts/src/com/android/contacts/group/
DGroupUtil.java162 intent.putExtra(UiIntentActions.SELECTION_SEND_TITLE, title); in createSendToSelectionPickerIntent()