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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java1457 * {@link #getVoice()} can be used to retrieve it.
1514 Voice voice = getVoice(service, voiceName);
1518 + " but getVoice returns null");
1569 * @deprecated As of API level 21, please use <code>getVoice().getLocale()</code>
1570 * ({@link #getVoice()}).
1680 public Voice getVoice() { method in class:TextToSpeech
1688 return getVoice(service, voiceName);
1690 }, null, "getVoice");
1701 private Voice getVoice(ITextToSpeechService service, String voiceName) throws RemoteException { method in class:TextToSpeech

Completed in 44 milliseconds