Home | History | Annotate | Download | only in browser

Lines Matching refs:addIntent

1317                 Intent addIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT);
1318 addIntent.putExtra(Insert.PHONE, Uri.decode(extra));
1319 addIntent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE);
1321 addIntent);