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

  /cts/tests/tests/speech/src/android/speech/tts/cts/
StubTextToSpeechService.java 82 final Object synthesizeTextWait = sSynthesizeTextWait;
83 if (synthesizeTextWait != null) {
84 synchronized (synthesizeTextWait) {
86 synthesizeTextWait.wait(10000); // 10s timeout
TextToSpeechServiceTest.java 79 final Object synthesizeTextWait = new Object();
80 StubTextToSpeechService.sSynthesizeTextWait = synthesizeTextWait;
92 synchronized (synthesizeTextWait) {
93 synthesizeTextWait.notify();

Completed in 163 milliseconds