D | TextToSpeech.java | 84 public class TextToSpeech { class 745 public TextToSpeech(Context context, OnInitListener listener) { in TextToSpeech() method in TextToSpeech 761 public TextToSpeech(Context context, OnInitListener listener, String engine) { in TextToSpeech() method in TextToSpeech 771 public TextToSpeech(Context context, OnInitListener listener, String engine, in TextToSpeech() method in TextToSpeech 782 private TextToSpeech(Context context, @Nullable Executor initExecutor, in TextToSpeech() method in TextToSpeech 1617 if (service.loadVoice(getCallerIdentity(), voiceName) == TextToSpeech.ERROR) { 2143 return TextToSpeech.SUCCESS; 2158 return TextToSpeech.SUCCESS;
|