OSDN Git Service

Prevent having multiple seek runnables in flight.
authorJim Miller <jaggies@google.com>
Mon, 21 Oct 2013 00:21:57 +0000 (17:21 -0700)
committerJim Miller <jaggies@google.com>
Tue, 22 Oct 2013 00:17:40 +0000 (17:17 -0700)
commit1693f6a5639a1f993bdc1dca9dade5e3eb3c14f2
treebcc2c5b6c7b25f5a788d8ebee1a1cc067fc7d930
parente17e0f0e6cfdf32a8b6d142f49819ca9c90be69c
Prevent having multiple seek runnables in flight.

This fix ensures that only one runnable is running at a time, no matter how
many events come in.  There's probably a better way to do this, but this is a
safe fix.

Fixes bug 11307391

Change-Id: I007c95062b20285571f39603c95fb9174b9a2da3
packages/Keyguard/src/com/android/keyguard/KeyguardTransportControlView.java