Home
last modified time | relevance | path

Searched defs:onUnlockAttempt (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl27 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt() method
DTrustAgentService.java264 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentService
599 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java449 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentWrapper