Searched refs:MSG_UNLOCK_ATTEMPT (Results 1 - 1 of 1) sorted by last modified time

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

Completed in 68 milliseconds