OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:addSpeech
(Results
1 - 6
of
6
) sorted by null
/frameworks/base/core/java/android/speech/tts/
TextToSpeech.java
516
public int
addSpeech
(String text, String packagename, int resourceId) {
522
mITts.
addSpeech
(mPackageName, text, packagename, resourceId);
526
Log.e("TextToSpeech.java -
addSpeech
", "RemoteException");
532
Log.e("TextToSpeech.java -
addSpeech
", "NullPointerException");
538
Log.e("TextToSpeech.java -
addSpeech
", "IllegalStateException");
563
public int
addSpeech
(String text, String filename) {
573
Log.e("TextToSpeech.java -
addSpeech
", "RemoteException");
579
Log.e("TextToSpeech.java -
addSpeech
", "NullPointerException");
585
Log.e("TextToSpeech.java -
addSpeech
", "IllegalStateException");
[
all
...]
/frameworks/base/packages/TtsService/src/android/tts/
TtsService.java
442
private void
addSpeech
(String callingApp, String text, String packageName, int resId) {
455
private void
addSpeech
(String callingApp, String text, String filename) {
[
all
...]
/prebuilt/sdk/4/
android.jar
/prebuilt/sdk/5/
android.jar
/prebuilt/sdk/6/
android.jar
/prebuilt/sdk/8/
android.jar
Completed in 160 milliseconds