Home
last modified time | relevance | path

Searched refs:onReadyForSpeech (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java34 void onReadyForSpeech(Bundle params); in onReadyForSpeech() method
H A DIRecognitionListener.aidl33 void onReadyForSpeech(in Bundle params); in onReadyForSpeech() method
H A DSpeechRecognizer.java1059 mInternalListener.onReadyForSpeech((Bundle) msg.obj);
1102 public void onReadyForSpeech(final Bundle noiseParams) { in onReadyForSpeech() method in SpeechRecognizer.InternalRecognitionListener
H A DRecognitionService.java616 mListener.onReadyForSpeech(params); in readyForSpeech()
/aosp14/frameworks/base/services/core/java/com/android/server/speech/
H A DRemoteSpeechRecognitionService.java366 public void onReadyForSpeech(Bundle params) throws RemoteException { in onReadyForSpeech() method in RemoteSpeechRecognitionService.DelegatingListener
367 mRemoteListener.onReadyForSpeech(params); in onReadyForSpeech()
/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/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50986 Landroid/speech/IRecognitionListener$Stub$Proxy;->onReadyForSpeech(Landroid/os/Bundle;)V
51006 Landroid/speech/IRecognitionListener;->onReadyForSpeech(Landroid/os/Bundle;)V
51069 Landroid/speech/SpeechRecognizer$InternalListener;->onReadyForSpeech(Landroid/os/Bundle;)V
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt41544 method public void onReadyForSpeech(android.os.Bundle);