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

/frameworks/base/tests/TtsTests/src/com/android/speech/tts/
H A DTextToSpeechTests.java77 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE).when(delegate).onIsLanguageAvailable(
79 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE).when(delegate).onLoadLanguage(
84 assertEquals(TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE, mTts.setLanguage(new Locale("eng", "USA", "variant")));
/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java174 * {@link TextToSpeech#LANG_COUNTRY_VAR_AVAILABLE},
214 * {@link TextToSpeech#LANG_COUNTRY_VAR_AVAILABLE},
256 int expectedStatus = TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE;
332 case TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE:
1340 retVal == TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE) {
1384 retVal == TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE) {
H A DTextToSpeech.java147 public static final int LANG_COUNTRY_VAR_AVAILABLE = 2; 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 267 milliseconds