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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java568 utterenceProgress.dispatchOnError(
604 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE);
684 void dispatchOnError(int errorCode); method in interface:TextToSpeechService.UtteranceProgressDispatcher
887 public void dispatchOnError(int errorCode) { method in class:TextToSpeechService.UtteranceSpeechItem
890 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode);
1565 public void dispatchOnError(Object callerIdentity, String utteranceId, method in class:TextToSpeechService.CallbackMap

Completed in 56 milliseconds