OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:waitforutterance
(Results
1 - 2
of
2
) sorted by null
/cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java
94
assertTrue("synthesizeToFile() completion timeout",
waitForUtterance
());
106
assertTrue("speak() completion timeout",
waitForUtterance
());
136
private boolean
waitForUtterance
() throws InterruptedException {
TextToSpeechServiceTest.java
74
assertTrue("speak() completion timeout",
waitForUtterance
());
96
private boolean
waitForUtterance
() throws InterruptedException {
Completed in 68 milliseconds