Home
last modified time | relevance | path

Searched defs:addIntent (Results 1 – 3 of 3) sorted by relevance

/packages/apps/VoiceDialer/src/com/android/voicedialer/
DRecognizerEngine.java232 protected static void addIntent(ArrayList<Intent> intents, Intent intent) { in addIntent() method in RecognizerEngine
/packages/apps/UnifiedEmail/src/com/android/mail/browse/
DWebViewContextMenu.java304 final Intent addIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in onCreateContextMenu() local
/packages/apps/Browser/src/com/android/browser/
DController.java1315 Intent addIntent = new Intent(Intent.ACTION_INSERT_OR_EDIT); in onCreateContextMenu() local