Searched refs:onReadyForSpeech (Results 1 - 4 of 4) sorted by relevance
/frameworks/base/core/java/android/speech/ | ||
H A D | RecognitionListener.java | 32 void onReadyForSpeech(Bundle params); method in interface:RecognitionListener |
H A D | IRecognitionListener.aidl | 33 void onReadyForSpeech(in Bundle params); |
H A D | SpeechRecognizer.java | 439 mInternalListener.onReadyForSpeech((Bundle) msg.obj); 473 public void onReadyForSpeech(final Bundle noiseParams) { method in class:SpeechRecognizer.InternalListener |
H A D | RecognitionService.java | 280 mListener.onReadyForSpeech(params); |
Completed in 203 milliseconds