Searched defs:addSpeech (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java887 public int addSpeech(String text, String packagename, int resourceId) { method in class:TextToSpeech
921 public int addSpeech(CharSequence text, String packagename, int resourceId) { method in class:TextToSpeech
943 public int addSpeech(String text, String filename) { method in class:TextToSpeech
964 public int addSpeech(CharSequence text, File file) { method in class:TextToSpeech

Completed in 73 milliseconds