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

/frameworks/base/core/java/android/speech/tts/
H A DSilencePlaybackQueueItem.java38 getDispatcher().dispatchOnDone();
H A DAudioPlaybackQueueItem.java86 dispatcher.dispatchOnDone();
H A DSynthesisPlaybackQueueItem.java115 dispatcher.dispatchOnDone();
H A DTextToSpeechService.java388 public void dispatchOnDone(); method in interface:TextToSpeechService.UtteranceProgressDispatcher
456 public void dispatchOnDone() { method in class:TextToSpeechService.SpeechItem
459 mCallbacks.dispatchOnDone(getCallerIdentity(), utteranceId);
661 dispatchOnDone();
910 public void dispatchOnDone(Object callerIdentity, String utteranceId) { method in class:TextToSpeechService.CallbackMap

Completed in 13 milliseconds