Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/trust/
H A 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()
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustManagerService.java139 private static final int MSG_USER_MAY_REQUEST_UNLOCK = 18; field in TrustManagerService
1632 mHandler.obtainMessage(MSG_USER_MAY_REQUEST_UNLOCK, userId, /*arg2=*/ 0).sendToTarget();
1990 case MSG_USER_MAY_REQUEST_UNLOCK: in createHandler()