Searched refs:addIntent (Results 1 – 1 of 1) sorted by relevance
304 final Intent addIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in onCreateContextMenu() local305 addIntent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE); in onCreateContextMenu()307 addIntent.putExtra(ContactsContract.Intents.Insert.PHONE, decodedPhoneExtra); in onCreateContextMenu()311 new SendIntent(addIntent, "add_contact")); in onCreateContextMenu()