Home
last modified time | relevance | path

Searched refs:USER_UNLOCK_MSG (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/am/
DUserController.java146 static final int USER_UNLOCK_MSG = 100; field in UserController
449 mHandler.obtainMessage(USER_UNLOCK_MSG, userId, 0, uss).sendToTarget(); in finishUserUnlocking()
2183 case USER_UNLOCK_MSG: