Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/am/
DUserController.java40 import static com.android.server.am.ActivityManagerService.SYSTEM_USER_UNLOCK_MSG;
335 mHandler.obtainMessage(SYSTEM_USER_UNLOCK_MSG, userId, 0, uss) in finishUserUnlocking()
DActivityManagerService.java1697 static final int SYSTEM_USER_UNLOCK_MSG = 59; field in ActivityManagerService
2232 case SYSTEM_USER_UNLOCK_MSG: { in handleMessage()