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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java708 private class SilenceSpeechItem extends SpeechItem { class in class:TextToSpeechService
712 public SilenceSpeechItem(String callingApp, Bundle params, long duration) { method in class:TextToSpeechService.SilenceSpeechItem
786 SpeechItem item = new SilenceSpeechItem(intern(callingApp), params, duration);

Completed in 67 milliseconds