Searched refs:dispatchOnError (Results 1 – 6 of 6) sorted by relevance
106 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT); in run()145 dispatcher.dispatchOnError(mStatusCode); in dispatchEndStatus()
62 dispatcher.dispatchOnError(TextToSpeech.ERROR_OUTPUT); in run()
568 utterenceProgress.dispatchOnError( in enqueueSpeechItem()604 utterenceProgress.dispatchOnError(TextToSpeech.ERROR_SERVICE); in enqueueSpeechItem()684 void dispatchOnError(int errorCode); in dispatchOnError() method887 public void dispatchOnError(int errorCode) { in dispatchOnError() method in TextToSpeechService.UtteranceSpeechItem890 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId, errorCode); in dispatchOnError()1565 public void dispatchOnError(Object callerIdentity, String utteranceId, in dispatchOnError() method in TextToSpeechService.CallbackMap
239 mDispatcher.dispatchOnError(mStatusCode); in done()
219 mDispatcher.dispatchOnError(mStatusCode); in done()
50685 Landroid/speech/tts/TextToSpeechService$CallbackMap;->dispatchOnError(Ljava/lang/Object;Ljava/lang/…50763 Landroid/speech/tts/TextToSpeechService$UtteranceProgressDispatcher;->dispatchOnError(I)V50770 Landroid/speech/tts/TextToSpeechService$UtteranceSpeechItem;->dispatchOnError(I)V