Searched refs:callInitializationCallbackWithStatus (Results 1 – 3 of 3) sorted by relevance
199 ShadowTextToSpeech.callInitializationCallbackWithStatus(TextToSpeech.SUCCESS); in voiceDataCheck_processActivityResult_checkSuccess_hasVoices_populatesPreference()387 ShadowTextToSpeech.callInitializationCallbackWithStatus(TextToSpeech.SUCCESS); in refreshUi_initialized_defaultLocaleIsNull_disablesPreference()402 ShadowTextToSpeech.callInitializationCallbackWithStatus(TextToSpeech.SUCCESS); in refreshUi_defaultLocaleNotSupported_disablesPreferencesExceptLanguage()427 ShadowTextToSpeech.callInitializationCallbackWithStatus(TextToSpeech.SUCCESS); in refreshUi_initialized_defaultLocaleSupported_enablesPreference()
153 ShadowTextToSpeech.callInitializationCallbackWithStatus(TextToSpeech.SUCCESS); in performClick_otherEngine_initSuccess_changeCurrentEngine()164 ShadowTextToSpeech.callInitializationCallbackWithStatus(TextToSpeech.ERROR); in performClick_otherEngine_initFail_keepCurrentEngine()
117 public static void callInitializationCallbackWithStatus(int status) { in callInitializationCallbackWithStatus() method in ShadowTextToSpeech