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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java549 utterenceProgress.dispatchOnError(
585 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE);
661 public void dispatchOnError(int errorCode); method in interface:TextToSpeechService.UtteranceProgressDispatcher
861 public void dispatchOnError(int errorCode) { method in class:TextToSpeechService.UtteranceSpeechItem
864 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode);
1463 public void dispatchOnError(Object callerIdentity, String utteranceId, method in class:TextToSpeechService.CallbackMap

Completed in 59 milliseconds