Home
last modified time | relevance | path

Searched refs:voiceIntent (Results 1 – 2 of 2) sorted by relevance

/packages/services/Car/car_product/car_ui_portrait/apps/CarUiPortraitLauncher/src/com/android/car/portraitlauncher/homeactivities/
DTaskCategoryManager.java131 Intent voiceIntent = new Intent(Intent.ACTION_VOICE_ASSIST, /* uri= */ null); in updateFullScreenActivities() local
133 voiceIntent, PackageManager.MATCH_ALL, ActivityManager.getCurrentUser()); in updateFullScreenActivities()
/packages/apps/Dialer/java/com/android/dialer/main/impl/
DMainSearchController.java462 Intent voiceIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in onVoiceButtonClicked() local
463 activity.startActivityForResult(voiceIntent, ActivityRequestCodes.DIALTACTS_VOICE_SEARCH); in onVoiceButtonClicked()