Home
last modified time | relevance | path

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

/packages/apps/Contacts/src/com/android/contacts/quickcontact/
DDataAction.java125 Intent smsIntent = null; in DataAction() local
127 smsIntent = new Intent(Intent.ACTION_SENDTO, in DataAction()
129 smsIntent.setComponent(smsComponent); in DataAction()
135 mAlternateIntent = smsIntent; in DataAction()
141 mIntent = smsIntent; in DataAction()
/packages/apps/Dialer/src/com/android/dialer/dialpad/
DDialpadFragment.java1447 final Intent smsIntent = new Intent(Intent.ACTION_SENDTO, in onMenuItemClick() local
1449 smsIntent.setComponent(mSmsPackageComponentName); in onMenuItemClick()
1450 DialerUtils.startActivityWithErrorToast(getActivity(), smsIntent); in onMenuItemClick() local