Files
frameworks_base/core/java/android
Przemyslaw Szczepaniak 091d56cab8 Fix double call to TTS connection disconnect() on reconnect
- Sets the service connection to null when unbindService is called,
instead of in onServiceDisconnected. This avoids a double disconnect
if a call to onServiceConnected is received before a call to
onServiceDisconnected.

- Extended synchronize on runAction error handling and reconnection.
This prevents from reconnecting N times if N>1 threads enter this method
while there's issue with TTS service.

Bug:6993880
Change-Id: I5a387622c6032a18d17fc072029ae6be1a9b8e6c
2012-08-20 08:56:39 -07:00
..
2012-08-06 15:43:01 -07:00
2012-08-19 22:42:08 -07:00
2012-08-14 00:18:07 -07:00
2012-08-16 12:46:38 -07:00
2012-08-16 12:46:38 -07:00
2012-08-19 23:20:02 -07:00