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

/frameworks/base/core/java/android/speech/
H A DRecognitionListener.java89 void onPartialResults(Bundle partialResults); method in interface:RecognitionListener
H A DSpeechRecognizer.java55 * {@link RecognitionListener#onPartialResults(Bundle)} methods. These strings are the possible
431 mInternalListener.onPartialResults((Bundle) msg.obj);
467 public void onPartialResults(final Bundle results) { method in class:SpeechRecognizer.InternalListener

Completed in 30 milliseconds