Searched refs:addSpeech (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/core/java/android/speech/tts/ |
D | TextToSpeech.java | 904 public int addSpeech(String text, String packagename, @RawRes int resourceId) { in addSpeech() method in TextToSpeech 938 public int addSpeech(CharSequence text, String packagename, @RawRes int resourceId) { in addSpeech() method in TextToSpeech 960 public int addSpeech(String text, String filename) { in addSpeech() method in TextToSpeech 981 public int addSpeech(CharSequence text, File file) { in addSpeech() method in TextToSpeech
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 27382 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);
|
/frameworks/base/config/ |
D | hiddenapi-public-dex.txt | 40725 Landroid/speech/tts/TextToSpeech;->addSpeech(Ljava/lang/CharSequence;Ljava/io/File;)I 40726 Landroid/speech/tts/TextToSpeech;->addSpeech(Ljava/lang/CharSequence;Ljava/lang/String;I)I 40727 Landroid/speech/tts/TextToSpeech;->addSpeech(Ljava/lang/String;Ljava/lang/String;)I 40728 Landroid/speech/tts/TextToSpeech;->addSpeech(Ljava/lang/String;Ljava/lang/String;I)I
|
/frameworks/base/api/ |
D | current.txt | 39877 method public int addSpeech(java.lang.String, java.lang.String, int); 39878 method public int addSpeech(java.lang.CharSequence, java.lang.String, int); 39879 method public int addSpeech(java.lang.String, java.lang.String); 39880 method public int addSpeech(java.lang.CharSequence, java.io.File);
|