Files
frameworks_base/core/java/android
Jozef BABJAK 25d8b05fb7 Ensuring thread-safe usage of DateFormat.
DateFormat is inherently unsafe for multithreaded use. This patch adds
proper synchronization. The 'sLock' is re-used. To avoid two consecutive
lockings, locked version of initFormatStrings() method is created and
used where appropriate, i.e. in original method AND in added synchronized
block.

Change-Id: Id3c34613623e743e703aadb2342aa788679dda8a
2011-02-22 09:17:51 +01:00
..
2010-07-12 15:26:21 -07:00
2010-11-03 15:32:40 -05:00
2011-01-25 14:54:31 -08:00
2011-02-03 13:17:49 -08:00