D | TextToSpeech.java | 59 public class TextToSpeech { class 685 public TextToSpeech(Context context, OnInitListener listener) { in TextToSpeech() method in TextToSpeech 701 public TextToSpeech(Context context, OnInitListener listener, String engine) { in TextToSpeech() method in TextToSpeech 711 public TextToSpeech(Context context, OnInitListener listener, String engine, in TextToSpeech() method in TextToSpeech 1495 if (service.loadVoice(getCallerIdentity(), voiceName) == TextToSpeech.ERROR) { 2023 return TextToSpeech.SUCCESS; 2038 return TextToSpeech.SUCCESS;
|