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

/frameworks/base/core/java/android/speech/tts/
H A DTextToSpeech.java897 public int addSpeech(String text, String packagename, @RawRes int resourceId) { method in class:TextToSpeech
931 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { method in class:TextToSpeech
953 public int addSpeech(String text, String filename) { method in class:TextToSpeech
974 public int addSpeech(CharSequence text, File file) { method in class:TextToSpeech

Completed in 1043 milliseconds