Searched refs:blockingInitAndVerify (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java46 blockingInitAndVerify(MOCK_ENGINE, TextToSpeech.SUCCESS);
60 blockingInitAndVerify("__DOES_NOT_EXIST__", TextToSpeech.ERROR);
180 private void blockingInitAndVerify(final String engine, int errorCode) throws method in class:TextToSpeechTests

Completed in 72 milliseconds