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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeechService.java142 * {@link TextToSpeech#LANG_COUNTRY_VAR_AVAILABLE},
179 * {@link TextToSpeech#LANG_COUNTRY_VAR_AVAILABLE},
770 result == TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE) {
912 retVal == TextToSpeech.LANG_COUNTRY_VAR_AVAILABLE) {
H A DTextToSpeech.java94 public static final int LANG_COUNTRY_VAR_AVAILABLE = 2; field in class:TextToSpeech
1132 * {@link #LANG_COUNTRY_AVAILABLE}, {@link #LANG_COUNTRY_VAR_AVAILABLE},
1166 if (result < LANG_COUNTRY_VAR_AVAILABLE) {
1216 * {@link #LANG_COUNTRY_AVAILABLE}, {@link #LANG_COUNTRY_VAR_AVAILABLE},

Completed in 57 milliseconds