Searched refs:LANG_COUNTRY_AVAILABLE (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java47 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(passThrough)
50 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(passThrough)
97 // like above (returns LANG_COUNTRY_AVAILABLE). That the
99 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(delegate).onIsLanguageAvailable(
101 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(delegate).onIsLanguageAvailable(
103 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(delegate).onLoadLanguage(
146 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(
149 assertEquals(TextToSpeech.LANG_COUNTRY_AVAILABLE, mTts.isLanguageAvailable(Locale.US));
162 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).
167 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE)
[all...]
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java173 * {@link TextToSpeech#LANG_COUNTRY_AVAILABLE},
213 * {@link TextToSpeech#LANG_COUNTRY_AVAILABLE},
261 expectedStatus = TextToSpeech.LANG_COUNTRY_AVAILABLE;
329 case TextToSpeech.LANG_COUNTRY_AVAILABLE:
1339 retVal == TextToSpeech.LANG_COUNTRY_AVAILABLE ||
1383 retVal == TextToSpeech.LANG_COUNTRY_AVAILABLE ||
H A DTextToSpeech.java153 public static final int LANG_COUNTRY_AVAILABLE = 1; field in class:TextToSpeech
1462 * {@link #LANG_COUNTRY_AVAILABLE}, {@link #LANG_COUNTRY_VAR_AVAILABLE},
1772 * {@link #LANG_COUNTRY_AVAILABLE}, {@link #LANG_COUNTRY_VAR_AVAILABLE},

Completed in 110 milliseconds