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

/frameworks/base/packages/TtsService/src/android/tts/
H A DTtsService.java53 private static class SpeechItem { class in class:TtsService
65 public SpeechItem(String source, String text, ArrayList<String> params, int itemType) { method in class:TtsService.SpeechItem
72 public SpeechItem(String source, long silenceTime, ArrayList<String> params) { method in class:TtsService.SpeechItem
79 public SpeechItem(String source, String text, ArrayList<String> params, method in class:TtsService.SpeechItem
130 private ArrayList<SpeechItem> mSpeechQueue;
134 private SpeechItem mCurrentSpeechItem;
135 private HashMap<SpeechItem, Boolean> mKillList; // Used to ensure that in-flight synth calls
164 mSpeechQueue = new ArrayList<SpeechItem>();
167 mKillList = new HashMap<SpeechItem, Boolean>();
394 mSpeechQueue.add(new SpeechItem(callingAp
[all...]

Completed in 6 milliseconds