Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/speech/tts/
DTextToSpeech.java1011 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech() method in TextToSpeech
1042 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech() method in TextToSpeech
1060 public int addSpeech(String text, String filename) { in addSpeech() method in TextToSpeech
1078 public int addSpeech(CharSequence text, File file) { in addSpeech() method in TextToSpeech
1096 public int addSpeech(@NonNull CharSequence text, @NonNull Uri uri) { in addSpeech() method in TextToSpeech