Searched defs:onPartialResults (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java90 void onPartialResults(Bundle partialResults); method in interface:RecognitionListener
H A DSpeechRecognizer.java61 * {@link RecognitionListener#onPartialResults(Bundle)} methods. These strings are the possible
69 * {@link RecognitionListener#onPartialResults(Bundle)} methods. The array should be
459 mInternalListener.onPartialResults((Bundle) msg.obj);
495 public void onPartialResults(final Bundle results) { method in class:SpeechRecognizer.InternalListener

Completed in 149 milliseconds