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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java309 speechItem.dispatchOnError();
336 speechItem.dispatchOnError();
389 public void dispatchOnError(); method in interface:TextToSpeechService.UtteranceProgressDispatcher
467 public void dispatchOnError() { method in class:TextToSpeechService.SpeechItem
470 mCallbacks.dispatchOnError(getCallingApp(), utteranceId);
647 dispatchOnError();
905 public void dispatchOnError(String packageName, String utteranceId) { method in class:TextToSpeechService.CallbackMap

Completed in 61 milliseconds