OSDN Git Service

Fix bug where dismiss() was being called from the wrong thread
authorJim Miller <jaggies@google.com>
Fri, 4 Oct 2013 01:31:34 +0000 (18:31 -0700)
committerJim Miller <jaggies@google.com>
Fri, 4 Oct 2013 01:31:34 +0000 (18:31 -0700)
commit6001379bff6ed80341a7e23480b6e3addb96395e
tree2ad03ab638cea998282cb6a11bcd85c4c86f9869
parentd6239b922901420b6855a7dad903632c85ccde68
Fix bug where dismiss() was being called from the wrong thread

One-way calls to binder do not guarantee the call will always
occur on the originating thread.  This fixes a rare case where
keyguard would crash due to dismiss() being called from the wrong
thread.

Fixes bug 11065316

Change-Id: Iddd281964231a152e3342e21b6b88527eab94caf
packages/Keyguard/src/com/android/keyguard/KeyguardViewMediator.java