Home
last modified time | relevance | path

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

/external/robolectric/robolectric/src/test/java/org/robolectric/shadows/
DShadowTextToSpeechTest.java398 assertThat(ShadowTextToSpeech.getLastTextToSpeechInstance()).isNull(); in getLastTextToSpeechInstance_neverConstructed_returnsNull()
404 assertThat(ShadowTextToSpeech.getLastTextToSpeechInstance()).isEqualTo(textToSpeech); in getLastTextToSpeechInstance_constructed_returnsInstance()
412 assertThat(ShadowTextToSpeech.getLastTextToSpeechInstance()).isEqualTo(textToSpeechTwo); in getLastTextToSpeechInstance_constructedTwice_returnsMostRecentInstance()
413 assertThat(ShadowTextToSpeech.getLastTextToSpeechInstance()).isNotEqualTo(textToSpeechOne); in getLastTextToSpeechInstance_constructedTwice_returnsMostRecentInstance()
/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowTextToSpeech.java335 public static TextToSpeech getLastTextToSpeechInstance() { in getLastTextToSpeechInstance() method in ShadowTextToSpeech