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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java589 * {@link TextToSpeech#getVoices()}, find a suitable network voice
607 * ({@link TextToSpeech#getVoices()}, find a suitable embedded voice
1290 * call {@link #getVoices()} to retrieve the list of available voices and
1594 List<Voice> voices = service.getVoices();
1616 public Set<Voice> getVoices() { method in class:TextToSpeech
1620 List<Voice> voices = service.getVoices();
1623 }, null, "getVoices");
1629 * @param voice One of objects returned by {@link #getVoices()}.
1633 * @see #getVoices
1676 * @see #getVoices
[all...]

Completed in 792 milliseconds