D | TextToSpeech.java | 63 public class TextToSpeech { class 702 public TextToSpeech(Context context, OnInitListener listener) { in TextToSpeech() method in TextToSpeech 718 public TextToSpeech(Context context, OnInitListener listener, String engine) { in TextToSpeech() method in TextToSpeech 728 public TextToSpeech(Context context, OnInitListener listener, String engine, in TextToSpeech() method in TextToSpeech 1512 if (service.loadVoice(getCallerIdentity(), voiceName) == TextToSpeech.ERROR) { 2040 return TextToSpeech.SUCCESS; 2055 return TextToSpeech.SUCCESS;
|