Home
last modified time | relevance | path

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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
DTextToSpeechTests.java47 IDelegate passThrough = Mockito.mock(IDelegate.class); in setUp() local
48 MockableTextToSpeechService.setMocker(passThrough); in setUp()
51 Mockito.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(passThrough) in setUp()
54 Mockito.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(passThrough) in setUp()