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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java36 private static final String MOCK_ENGINE = "com.android.speech.tts"; field in class:TextToSpeechTests
46 blockingInitAndVerify(MOCK_ENGINE, TextToSpeech.SUCCESS);
47 assertEquals(MOCK_ENGINE, mTts.getCurrentEngine());

Completed in 174 milliseconds