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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java561 UtteranceProgressDispatcher utterenceProgress = null;
562 if (speechItem instanceof UtteranceProgressDispatcher) {
563 utterenceProgress = (UtteranceProgressDispatcher) speechItem;
677 interface UtteranceProgressDispatcher { interface in class:TextToSpeechService
856 implements UtteranceProgressDispatcher {

Completed in 45 milliseconds