Jake Hamby b5962e73e8 Fix race condition in WakeLocks.
A previous fix to PowerManager.WakeLock introduced a new bug. When
a reference counted wakelock (such as SMSDispatcher) is acquired
multiple times in quick succession with a timeout, the first timeout
would remove the second callback from the handler, decrement the
reference count, but then the wakelock never gets released because
the second callback has been removed.

Bug: 4535237
Change-Id: I4f1240189bf3ed3396c86200c687282597b107d6
2011-06-15 19:39:26 -07:00
2011-06-14 17:06:53 -07:00
2011-06-15 19:39:26 -07:00
2011-06-14 17:54:25 -07:00
2011-06-15 17:51:52 -07:00
2011-06-09 21:11:06 -07:00
2011-06-09 21:11:06 -07:00
Description
No description provided
5.1 GiB
Languages
Java 77.3%
Kotlin 9.2%
PowerBuilder 6.6%
C++ 5.5%
AIDL 1%