Home
last modified time | relevance | path

Searched defs:tts (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/speech/src/android/speech/tts/cts/
DTextToSpeechServiceTest.java125 TextToSpeech tts = getTts(); in testMaxSpeechInputLength() local
249 TextToSpeech tts = getTts(); in testSetLanguage() local
258 TextToSpeech tts = getTts(); in testAddAudioAttributes() local
DTextToSpeechWrapper.java69 private boolean initTts(TextToSpeech tts) throws InterruptedException { in initTts()