OSDN Git Service

Temporarily increase timeout for devices with buggy driver
authorJim Miller <jaggies@google.com>
Fri, 15 Apr 2016 01:46:29 +0000 (18:46 -0700)
committerJim Miller <jaggies@google.com>
Fri, 15 Apr 2016 01:50:09 +0000 (18:50 -0700)
commit93d828de59986a990bfd2fffcfc399deae5ba6ba
tree70d56d7a291d1959376954d5c7aa4dc2ce59acce
parentdd3d44faf9d74a793458a515fddf153432601dd6
Temporarily increase timeout for devices with buggy driver

Some devices don't properly respond to cancel() which must
return a cancel notification. This workaround shortens the
timeout for those devices so they're functional until
this is fixed.

Workaround for bug 28201240

Change-Id: I9a5b41e400c217444b8df97ebee2b60f5b879d76
services/core/java/com/android/server/fingerprint/FingerprintService.java