Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/java/android/service/trust/
H A DITrustAgentService.aidl27 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt() method
H A DTrustAgentService.java306 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentService
706 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentService.TrustAgentServiceWrapper
/aosp14/frameworks/base/services/core/java/com/android/server/trust/
H A DTrustAgentWrapper.java518 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentWrapper