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

  /frameworks/base/core/java/android/speech/tts/
SynthesisRequest.java 146 void setVoiceName(String voiceName) {
147 mVoiceName = voiceName;
TextToSpeechService.java 295 String voiceName = onGetDefaultVoiceNameFor(locale.getISO3Language(),
297 voices.add(new Voice(voiceName, locale, Voice.QUALITY_NORMAL,
336 String voiceName = properLocale.toLanguageTag();
337 if (onIsValidVoiceName(voiceName) == TextToSpeech.SUCCESS) {
338 return voiceName;
356 * @param voiceName Name of the voice.
359 public int onLoadVoice(String voiceName) {
360 Locale locale = Locale.forLanguageTag(voiceName);
387 * @param voiceName Name of the voice.
390 public int onIsValidVoiceName(String voiceName) {
    [all...]
ITextToSpeechService.aidl 188 * @param voiceName Unique voice of the name.
191 int loadVoice(in IBinder caller, in String voiceName);
TextToSpeech.java 506 public static final String KEY_PARAM_VOICE_NAME = "voiceName";
    [all...]
  /prebuilts/sdk/21/
android.jar 
  /prebuilts/sdk/25/
android.jar 

Completed in 377 milliseconds