Home
last modified time | relevance | path

Searched refs:isSpeaking (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/speech/tts/
DAudioPlaybackHandler.java79 public boolean isSpeaking() { in isSpeaking() method in AudioPlaybackHandler
DITextToSpeechService.aidl87 boolean isSpeaking(); in isSpeaking() method
DTextToSpeechService.java511 public boolean isSpeaking() { in isSpeaking() method in TextToSpeechService.SynthHandler
1251 public boolean isSpeaking() {
1252 return mSynthHandler.isSpeaking() || mAudioPlaybackHandler.isSpeaking();
DTextToSpeech.java1316 public boolean isSpeaking() {
1320 return service.isSpeaking();
/frameworks/base/api/
Dcurrent.txt29122 method public boolean isSpeaking();
Dsystem-current.txt31273 method public boolean isSpeaking();