commit | 4b73867a12a9339c7788e8949aac4a32d2eee22b | [log] [tgz] |
---|---|---|
author | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Wed Nov 19 17:36:57 2014 +0000 |
committer | Przemyslaw Szczepaniak <pszczepaniak@google.com> | Tue Dec 09 11:06:06 2014 +0000 |
tree | 0b8611f24ab6c557f2e0b131d22bea824f10abe6 | |
parent | ae13230b8799ac3c0902fef1057d7466f2161c44 [diff] |
Add UtteranceProgressListener#onStop callback New UtteranceProgressListener callback that allows to detect a call to TextToSpeech#stop() (or QUEUE_FLUSH usage) from the same client, or a QUEUE_DESTROY usage from any other client (Talkback uses it to preempt other users of TextToSpeech queue). This change is required for seamless Books read aloud feature+Talkback usage. + Fixes for broken tests/TtsTests Bug: 17901521 Change-Id: I30d2f297bb7c8d05cbeb16f63e85c1be0cca5c84