Home
last modified time | relevance | path

Searched refs:doCountDown (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java188 doCountDown(latch).when(mock).onSynthesizeText(LittleMock.<SynthesisRequest>anyObject(), in blockingCallSpeak()
201 doCountDown(latch).when(listener).onInit(errorCode); in blockingInitAndVerify()
214 public static CountDownBehaviour doCountDown(final CountDownLatch latch) { in doCountDown() method in TextToSpeechTests