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

/frameworks/base/core/java/android/speech/tts/
H A DAudioPlaybackQueueItem.java56 dispatcher.dispatchOnError();
88 dispatcher.dispatchOnError();
H A DTextToSpeechService.java310 speechItem.dispatchOnError();
337 speechItem.dispatchOnError();
390 public void dispatchOnError(); method in interface:TextToSpeechService.UtteranceProgressDispatcher
472 public void dispatchOnError() { method in class:TextToSpeechService.SpeechItem
475 mCallbacks.dispatchOnError(getCallerIdentity(), utteranceId);
663 dispatchOnError();
931 public void dispatchOnError(Object callerIdentity, String utteranceId) { method in class:TextToSpeechService.CallbackMap
H A DSynthesisPlaybackQueueItem.java113 dispatcher.dispatchOnError();
H A DPlaybackSynthesisCallback.java119 mDispatcher.dispatchOnError();

Completed in 47 milliseconds