Searched refs:onUnlockAttempt (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl26 oneway void onUnlockAttempt(boolean successful);
H A DTrustAgentService.java152 onUnlockAttempt(msg.arg1 != 0);
202 public void onUnlockAttempt(boolean successful) { method in class:TrustAgentService
365 public void onUnlockAttempt(boolean successful) { method in class:TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java301 * @see android.service.trust.TrustAgentService#onUnlockAttempt(boolean)
303 public void onUnlockAttempt(boolean successful) { method in class:TrustAgentWrapper
305 if (mTrustAgentService != null) mTrustAgentService.onUnlockAttempt(successful);
H A DTrustManagerService.java544 info.agent.onUnlockAttempt(successful);
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
H A DSampleTrustAgent.java105 public void onUnlockAttempt(boolean successful) { method in class:SampleTrustAgent
107 logAndShowToast("onUnlockAttempt(successful=" + successful + ")");

Completed in 174 milliseconds