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()
141 private static final int MSG_USER_MAY_REQUEST_UNLOCK = 18; field in TrustManagerService1790 mHandler.obtainMessage(MSG_USER_MAY_REQUEST_UNLOCK, userId, /* arg2= */ 0)2131 case MSG_USER_MAY_REQUEST_UNLOCK: in createHandler()