Searched refs:getLastTextToSpeechInstance (Results 1 – 2 of 2) sorted by relevance
398 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()
335 public static TextToSpeech getLastTextToSpeechInstance() { in getLastTextToSpeechInstance() method in ShadowTextToSpeech