Searched defs:LANG_AVAILABLE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java149 public static final int LANG_AVAILABLE = 0; field in class:TextToSpeech
1451 * @return Code indicating the support status for the locale. See {@link #LANG_AVAILABLE},
1485 if (result >= LANG_AVAILABLE){
1693 if (result >= LANG_AVAILABLE){
1733 * @return Code indicating the support status for the locale. See {@link #LANG_AVAILABLE},

Completed in 5532 milliseconds