Home
last modified time | relevance | path

Searched refs:addSpeech (Results 1 – 4 of 4) 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
1012 return addSpeech(text, makeResourceUri(packagename, resourceId)); in addSpeech()
1042 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech() method in TextToSpeech
1043 return addSpeech(text, makeResourceUri(packagename, resourceId)); in addSpeech()
1060 public int addSpeech(String text, String filename) { in addSpeech() method in TextToSpeech
1061 return addSpeech(text, Uri.parse(filename)); in addSpeech()
1078 public int addSpeech(CharSequence text, File file) { in addSpeech() method in TextToSpeech
1079 return addSpeech(text, Uri.fromFile(file)); in addSpeech()
1096 public int addSpeech(@NonNull CharSequence text, @NonNull Uri uri) { in addSpeech() method in TextToSpeech
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/core/api/
Dcurrent.txt42084 method public int addSpeech(String, String, @RawRes int);
42085 method public int addSpeech(CharSequence, String, @RawRes int);
42086 method public int addSpeech(String, String);
42087 method public int addSpeech(CharSequence, java.io.File);
42088 method public int addSpeech(@NonNull CharSequence, @NonNull android.net.Uri);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt27382 method public int addSpeech(java.lang.String, java.lang.String, int);
27383 method public int addSpeech(java.lang.CharSequence, java.lang.String, int);
27384 method public int addSpeech(java.lang.String, java.lang.String);
27385 method public int addSpeech(java.lang.CharSequence, java.io.File);