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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java539 utterenceProgress.dispatchOnError(
575 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE);
651 public void dispatchOnError(int errorCode); method in interface:TextToSpeechService.UtteranceProgressDispatcher
849 public void dispatchOnError(int errorCode) { method in class:TextToSpeechService.UtteranceSpeechItem
852 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode);
1437 public void dispatchOnError(Object callerIdentity, String utteranceId, method in class:TextToSpeechService.CallbackMap

Completed in 149 milliseconds