HomeSort by relevance Sort by last modified time
    Searched refs:initTts (Results 1 - 2 of 2) sorted by null

  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechWrapper.java 55 private boolean initTts() throws InterruptedException {
56 return initTts(new TextToSpeech(mContext, mInitListener));
59 private boolean initTts(String engine) throws InterruptedException {
60 return initTts(new TextToSpeech(mContext, mInitListener, engine));
63 private boolean initTts(TextToSpeech tts) throws InterruptedException {
87 if (wrapper.initTts()) {
97 if (wrapper.initTts(MOCK_TTS_ENGINE)) {
  /frameworks/base/core/java/android/speech/tts/
TextToSpeech.java 553 initTts();
574 private int initTts() {
    [all...]

Completed in 59 milliseconds