Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java191 private static final int MSG_USER_REQUESTED_UNLOCK = 10; field in TrustAgentService
226 case MSG_USER_REQUESTED_UNLOCK:
712 mHandler.obtainMessage(MSG_USER_REQUESTED_UNLOCK, dismissKeyguard ? 1 : 0, 0) in onUserRequestedUnlock()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java139 private static final int MSG_USER_REQUESTED_UNLOCK = 16; field in TrustManagerService
1783 mHandler.obtainMessage(MSG_USER_REQUESTED_UNLOCK, userId, dismissKeyguard ? 1 : 0)
2128 case MSG_USER_REQUESTED_UNLOCK: in createHandler()