Searched refs:MSG_USER_MAY_REQUEST_UNLOCK (Results 1 – 2 of 2) sorted by relevance
192 private static final int MSG_USER_MAY_REQUEST_UNLOCK = 11; field in TrustAgentService229 case MSG_USER_MAY_REQUEST_UNLOCK:718 mHandler.obtainMessage(MSG_USER_MAY_REQUEST_UNLOCK).sendToTarget(); in onUserMayRequestUnlock()
139 private static final int MSG_USER_MAY_REQUEST_UNLOCK = 18; field in TrustManagerService1632 mHandler.obtainMessage(MSG_USER_MAY_REQUEST_UNLOCK, userId, /*arg2=*/ 0).sendToTarget();1990 case MSG_USER_MAY_REQUEST_UNLOCK: in createHandler()