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

  /cts/tests/tests/speech/src/android/speech/tts/cts/
TextToSpeechTest.java 67 defaultAvailability == TextToSpeech.LANG_COUNTRY_AVAILABLE ||
76 availability == TextToSpeech.LANG_COUNTRY_AVAILABLE ||
  /frameworks/base/tests/TtsTests/src/com/android/speech/tts/
TextToSpeechTests.java 83 // like above (returns LANG_COUNTRY_AVAILABLE). That the
85 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(delegate).onLoadLanguage(
156 LittleMock.doReturn(TextToSpeech.LANG_COUNTRY_AVAILABLE).when(
159 assertEquals(TextToSpeech.LANG_COUNTRY_AVAILABLE, mTts.isLanguageAvailable(Locale.US));
  /development/samples/TtsEngine/src/com/example/android/ttsengine/
RobotSpeakTtsService.java 100 return TextToSpeech.LANG_COUNTRY_AVAILABLE;
  /frameworks/base/core/java/android/speech/tts/
TextToSpeechService.java 141 * {@link TextToSpeech#LANG_COUNTRY_AVAILABLE},
178 * {@link TextToSpeech#LANG_COUNTRY_AVAILABLE},
767 result == TextToSpeech.LANG_COUNTRY_AVAILABLE ||
909 retVal == TextToSpeech.LANG_COUNTRY_AVAILABLE ||
    [all...]
TextToSpeech.java 100 public static final int LANG_COUNTRY_AVAILABLE = 1;
    [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 248 milliseconds