Searched defs:MSG_UNLOCK_ATTEMPT (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/service/trust/
H A DTrustAgentService.java148 private static final int MSG_UNLOCK_ATTEMPT = 1; field in class:TrustAgentService
187 case MSG_UNLOCK_ATTEMPT:
600 mHandler.obtainMessage(MSG_UNLOCK_ATTEMPT, successful ? 1 : 0, 0).sendToTarget();

Completed in 66 milliseconds