OSDN Git Service

Check if user is unlocked when handler is executed
authorPhilip P. Moltmann <moltmann@google.com>
Fri, 29 Apr 2016 19:49:22 +0000 (12:49 -0700)
committerPhilip P. Moltmann <moltmann@google.com>
Mon, 2 May 2016 16:44:08 +0000 (09:44 -0700)
commitefb1950263b70dc3b7a6cd163bba1f38df54c15c
tree6ba7c8e3f3667c448c8aefe0497b284644ab9b11
parenta5d3e91cefe3dff8ffe85fa10cc1f65be9693500
Check if user is unlocked when handler is executed

When the user gets unlocked we schedule a handler-runnable to do cleanup work.
This runnable might be executed after the user is already locked again.

Fixes: 28512952
Change-Id: I6c05cbc8adab699e451565d74d56ad0f9b965954
services/print/java/com/android/server/print/PrintManagerService.java