Searched refs:addIntent (Results 1 – 5 of 5) 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()
1114 addIntent(intents, intent); in onRecognitionSuccess()1140 addIntent(intents, intent); in onRecognitionSuccess()1178 addIntent(intents, intent); in onRecognitionSuccess()1213 addIntent(intents, intent); in addCallIntent()
86 addIntent(intents, intent); in onRecognitionSuccess()
232 protected static void addIntent(ArrayList<Intent> intents, Intent intent) { in addIntent() method in RecognizerEngine
1315 Intent addIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in onCreateContextMenu() local1316 addIntent.putExtra(Insert.PHONE, Uri.decode(extra)); in onCreateContextMenu()1317 addIntent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE); in onCreateContextMenu()1319 addIntent); in onCreateContextMenu()