Home
last modified time | relevance | path

Searched refs:addIntent (Results 1 – 5 of 5) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DWebViewContextMenu.java304 final Intent addIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in onCreateContextMenu() local
305 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()
/packages/apps/VoiceDialer/src/com/android/voicedialer/
DCommandRecognizerEngine.java1114 addIntent(intents, intent); in onRecognitionSuccess()
1140 addIntent(intents, intent); in onRecognitionSuccess()
1178 addIntent(intents, intent); in onRecognitionSuccess()
1213 addIntent(intents, intent); in addCallIntent()
DPhoneTypeChoiceRecognizerEngine.java86 addIntent(intents, intent); in onRecognitionSuccess()
DRecognizerEngine.java232 protected static void addIntent(ArrayList<Intent> intents, Intent intent) { in addIntent() method in RecognizerEngine
/packages/apps/Browser/src/com/android/browser/
DController.java1315 Intent addIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in onCreateContextMenu() local
1316 addIntent.putExtra(Insert.PHONE, Uri.decode(extra)); in onCreateContextMenu()
1317 addIntent.setType(ContactsContract.Contacts.CONTENT_ITEM_TYPE); in onCreateContextMenu()
1319 addIntent); in onCreateContextMenu()