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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java761 private abstract class UtteranceSpeechItem extends SpeechItem class in class:TextToSpeechService
764 public UtteranceSpeechItem(Object caller, int callerUid, int callerPid) { method in class:TextToSpeechService.UtteranceSpeechItem
816 * UtteranceSpeechItem for V1 API speech items. V1 API speech items keep
820 private abstract class SpeechItemV1 extends UtteranceSpeechItem {
1029 private class SilenceSpeechItem extends UtteranceSpeechItem {

Completed in 41 milliseconds