D | TextToSpeech.java | 63 public class TextToSpeech { class 695 public TextToSpeech(Context context, OnInitListener listener) { in TextToSpeech() method in TextToSpeech 711 public TextToSpeech(Context context, OnInitListener listener, String engine) { in TextToSpeech() method in TextToSpeech 721 public TextToSpeech(Context context, OnInitListener listener, String engine, in TextToSpeech() method in TextToSpeech 1505 if (service.loadVoice(getCallerIdentity(), voiceName) == TextToSpeech.ERROR) { 2033 return TextToSpeech.SUCCESS; 2048 return TextToSpeech.SUCCESS;
|