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

/frameworks/base/core/java/android/speech/tts/
H A DITts.aidl40 void addSpeech(in String callingApp, in String text, in String packageName, in int resId);
H A DTextToSpeech.java469 public int addSpeech(String text, String packagename, int resourceId) { method in class:TextToSpeech
475 mITts.addSpeech(mPackageName, text, packagename, resourceId);
479 Log.e("TextToSpeech.java - addSpeech", "RemoteException");
485 Log.e("TextToSpeech.java - addSpeech", "NullPointerException");
491 Log.e("TextToSpeech.java - addSpeech", "IllegalStateException");
516 public int addSpeech(String text, String filename) { method in class:TextToSpeech
526 Log.e("TextToSpeech.java - addSpeech", "RemoteException");
532 Log.e("TextToSpeech.java - addSpeech", "NullPointerException");
538 Log.e("TextToSpeech.java - addSpeech", "IllegalStateException");
/frameworks/base/packages/TtsService/src/android/tts/
H A DTtsService.java333 private void addSpeech(String callingApp, String text, String packageName, int resId) { method in class:TtsService
346 private void addSpeech(String callingApp, String text, String filename) { method in class:TtsService
1140 public void addSpeech(String callingApp, String text, String packageName, int resId) {
1141 mSelf.addSpeech(callingApp, text, packageName, resId);
1154 mSelf.addSpeech(callingApp, text, filename);

Completed in 7 milliseconds