HomeSort by relevance Sort by last modified time
    Searched refs:LANG_AVAILABLE (Results 1 - 14 of 14) sorted by null

  /cts/tests/src/android/speech/tts/cts/
StubTextToSpeechService.java 37 return TextToSpeech.LANG_AVAILABLE;
42 return TextToSpeech.LANG_AVAILABLE;
  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 66 if (defaultAvailability == TextToSpeech.LANG_AVAILABLE ||
75 if (availability == TextToSpeech.LANG_AVAILABLE ||
  /external/svox/pico/src/com/svox/pico/
GetSampleText.java 36 int result = TextToSpeech.LANG_AVAILABLE;
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 104 return TextToSpeech.LANG_AVAILABLE;
124 if (isLanguageAvailable == TextToSpeech.LANG_AVAILABLE) {
  /external/svox/pico/compat/src/com/android/tts/compat/
CompatTtsService.java 110 if (result >= TextToSpeech.LANG_AVAILABLE) {
  /packages/apps/Settings/src/com/android/settings/tts/
TextToSpeechSettings.java 295 if (resultCode == TextToSpeech.LANG_AVAILABLE && data != null) {
310 (mTts.isLanguageAvailable(mTts.getLanguage()) >= TextToSpeech.LANG_AVAILABLE)) {
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 140 * One of {@link TextToSpeech#LANG_AVAILABLE},
177 * One of {@link TextToSpeech#LANG_AVAILABLE},
766 if (result == TextToSpeech.LANG_AVAILABLE ||
908 if (retVal == TextToSpeech.LANG_AVAILABLE ||
    [all...]
TextToSpeech.java 106 public static final int LANG_AVAILABLE = 0;
    [all...]
  /prebuilts/sdk/14/
android.jar 
  /prebuilts/sdk/17/
android.jar 
  /prebuilts/sdk/18/
android.jar 
  /prebuilts/sdk/4/
android.jar 
  /prebuilts/sdk/6/
android.jar 
  /prebuilts/sdk/8/
android.jar 

Completed in 1152 milliseconds