Home
last modified time | relevance | path

Searched refs:ACTION_RECOGNIZE_SPEECH (Results 1 – 6 of 6) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognizerIntent.java76 public static final String ACTION_RECOGNIZE_SPEECH = "android.speech.action.RECOGNIZE_SPEECH"; field in RecognizerIntent
/aosp14/frameworks/base/services/core/java/com/android/server/pm/
H A DDefaultCrossProfileIntentFiltersUtils.java21 import static android.speech.RecognizerIntent.ACTION_RECOGNIZE_SPEECH;
303 .addAction(ACTION_RECOGNIZE_SPEECH)
/aosp14/frameworks/base/core/java/android/app/
H A DSearchDialog.java136 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in SearchDialog()
/aosp14/frameworks/base/core/java/android/widget/
H A DSearchView.java381 mVoiceAppSearchIntent = new Intent(RecognizerIntent.ACTION_RECOGNIZE_SPEECH); in SearchView()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41643 …field public static final String ACTION_RECOGNIZE_SPEECH = "android.speech.action.RECOGNIZE_SPEECH…