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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java511 utterenceProgress.dispatchOnError(
543 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE);
598 public void dispatchOnError(int errorCode); method in interface:TextToSpeechService.UtteranceProgressDispatcher
793 public void dispatchOnError(int errorCode) { method in class:TextToSpeechService.UtteranceSpeechItem
796 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode);
1379 public void dispatchOnError(Object callerIdentity, String utteranceId, method in class:TextToSpeechService.CallbackMap

Completed in 708 milliseconds