Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java192 private static final int MSG_USER_MAY_REQUEST_UNLOCK = 11; field in TrustAgentService
229 case MSG_USER_MAY_REQUEST_UNLOCK:
718 mHandler.obtainMessage(MSG_USER_MAY_REQUEST_UNLOCK).sendToTarget(); in onUserMayRequestUnlock()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java141 private static final int MSG_USER_MAY_REQUEST_UNLOCK = 18; field in TrustManagerService
1790 mHandler.obtainMessage(MSG_USER_MAY_REQUEST_UNLOCK, userId, /* arg2= */ 0)
2131 case MSG_USER_MAY_REQUEST_UNLOCK: in createHandler()