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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java310 speechItem.dispatchOnError();
337 speechItem.dispatchOnError();
390 public void dispatchOnError(); method in interface:TextToSpeechService.UtteranceProgressDispatcher
472 public void dispatchOnError() { method in class:TextToSpeechService.SpeechItem
475 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId);
655 dispatchOnError();
896 public void dispatchOnError(Object callerIdentity, String utteranceId) { method in class:TextToSpeechService.CallbackMap

Completed in 828 milliseconds