Searched refs:voices (Results 1 – 2 of 2) sorted by relevance
1700 List<Voice> voices = service.getVoices();1701 if (voices == null) {1705 for (Voice voice : voices) {1723 List<Voice> voices = service.getVoices();1724 return (voices != null) ? new HashSet<Voice>(voices) : new HashSet<Voice>();1798 List<Voice> voices = service.getVoices();1799 if (voices == null) {1803 for (Voice voice : voices) {1844 List<Voice> voices = service.getVoices();1845 if (voices == null) {[all …]
280 ArrayList<Voice> voices = new ArrayList<Voice>(); in onGetVoices() local297 voices.add(new Voice(voiceName, locale, Voice.QUALITY_NORMAL, in onGetVoices()300 return voices; in onGetVoices()