Home | History | Annotate | Download | only in tts

Lines Matching defs:expectedStatus

256         int expectedStatus = TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE;
259 expectedStatus = TextToSpeech.LANG_AVAILABLE;
261 expectedStatus = TextToSpeech.LANG_COUNTRY_AVAILABLE;
264 return expectedStatus;
285 int expectedStatus = getExpectedLanguageAvailableStatus(locale);
289 if (localeStatus != expectedStatus) {
365 int expectedStatus = getExpectedLanguageAvailableStatus(locale);
369 if (localeStatus != expectedStatus) {
396 int expectedStatus = getExpectedLanguageAvailableStatus(locale);
400 if (localeStatus != expectedStatus) {