commit | 2930bb2d47be279dd228ba8c749c1e39e5da8be1 | [log] [tgz] |
---|---|---|
author | Jean-Michel Trivi <jmtrivi@google.com> | Fri Apr 09 19:27:58 2010 -0700 |
committer | Jean-Michel Trivi <jmtrivi@google.com> | Fri Apr 09 19:27:58 2010 -0700 |
tree | 999b72fa33516b75a97c0536215c75a559b766a4 | |
parent | c58b42327df5fbc826e2fcc2674ab6db0edfcd92 [diff] |
Fix monkey bug 2586534 java.util.ConcurrentModificationException Unlike the other audio focus and media button stack handling methods, abandonAudioFocus() and unregisterAudioFocusClient() were not synchronized around their focus stack. This CL corrects this. Change-Id: I5ada574e4e163fa95da9dad2fefe610b48303320