Searched refs:MSG_USER_REQUESTED_UNLOCK (Results 1 – 2 of 2) sorted by relevance
191 private static final int MSG_USER_REQUESTED_UNLOCK = 10; field in TrustAgentService226 case MSG_USER_REQUESTED_UNLOCK:712 mHandler.obtainMessage(MSG_USER_REQUESTED_UNLOCK, dismissKeyguard ? 1 : 0, 0) in onUserRequestedUnlock()
139 private static final int MSG_USER_REQUESTED_UNLOCK = 16; field in TrustManagerService1783 mHandler.obtainMessage(MSG_USER_REQUESTED_UNLOCK, userId, dismissKeyguard ? 1 : 0)2128 case MSG_USER_REQUESTED_UNLOCK: in createHandler()