Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/service/trust/
DITrustAgentService.aidl27 oneway void onUnlockAttempt(boolean successful); in onUnlockAttempt() method
DTrustAgentService.java188 onUnlockAttempt(msg.arg1 != 0);
264 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.java379 onUnlockAttempt(true);
449 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentWrapper
452 mTrustAgentService.onUnlockAttempt(successful); in onUnlockAttempt()
DTrustManagerService.java913 info.agent.onUnlockAttempt(successful); in dispatchUnlockAttempt()
/frameworks/base/api/
Dsystem-current.txt6797 method public void onUnlockAttempt(boolean);
/frameworks/base/services/
Dart-profile13418 PLcom/android/server/trust/TrustAgentWrapper;->onUnlockAttempt(Z)V