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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java648 public void dispatchOnStop(); method in interface:TextToSpeechService.UtteranceProgressDispatcher
833 public void dispatchOnStop() { method in class:TextToSpeechService.UtteranceSpeechItem
836 mCallbacks.dispatchOnStop(getCallerIdentity(), utteranceId, isStarted());
1000 dispatchOnStop();
1406 public void dispatchOnStop(Object callerIdentity, String utteranceId, boolean started) { method in class:TextToSpeechService.CallbackMap

Completed in 227 milliseconds