Home
last modified time | relevance | path

Searched refs:onUnlockAttempt (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/android/service/trust/
DTrustAgentService.java123 onUnlockAttempt(msg.arg1 != 0);
171 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentService
310 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentService.TrustAgentServiceWrapper
DITrustAgentService.aidl26 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt() method
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java300 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentWrapper
302 if (mTrustAgentService != null) mTrustAgentService.onUnlockAttempt(successful); in onUnlockAttempt()
DTrustManagerService.java542 info.agent.onUnlockAttempt(successful); in dispatchUnlockAttempt()
/frameworks/base/packages/Keyguard/test/SampleTrustAgent/src/com/android/trustagent/test/
DSampleTrustAgent.java104 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in SampleTrustAgent
/frameworks/base/api/
Dsystem-current.txt28815 method public void onUnlockAttempt(boolean);