Searched defs:tts (Results 1 – 2 of 2) sorted by relevance
125 TextToSpeech tts = getTts(); in testMaxSpeechInputLength() local249 TextToSpeech tts = getTts(); in testSetLanguage() local258 TextToSpeech tts = getTts(); in testAddAudioAttributes() local
69 private boolean initTts(TextToSpeech tts) throws InterruptedException { in initTts()