Home
last modified time | relevance | path

Searched refs:onUnlockAttempt (Results 1 – 6 of 6) 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.java224 onUnlockAttempt(msg.arg1 != 0);
306 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.java441 onUnlockAttempt(true);
518 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentWrapper
521 mTrustAgentService.onUnlockAttempt(successful); in onUnlockAttempt()
H A DTrustManagerService.java1423 info.agent.onUnlockAttempt(successful); in dispatchUnlockAttempt()
/aosp14/frameworks/base/core/api/
H A Dsystem-current.txt13012 method public void onUnlockAttempt(boolean);
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt50399 Landroid/service/trust/ITrustAgentService$Stub$Proxy;->onUnlockAttempt(Z)V
50422 Landroid/service/trust/ITrustAgentService;->onUnlockAttempt(Z)V
50468 Landroid/service/trust/TrustAgentService$TrustAgentServiceWrapper;->onUnlockAttempt(Z)V