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

/frameworks/base/core/java/android/speech/tts/
H A DITextToSpeechService.aidl181 List<Voice> getVoices();
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...]
H A DTextToSpeechService.java1354 public List<Voice> getVoices() {

Completed in 250 milliseconds