Home
last modified time | relevance | path

Searched refs:onUnlockAttempt (Results 1 – 5 of 5) 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
574 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentService.TrustAgentServiceWrapper
/frameworks/base/services/core/java/com/android/server/trust/
DTrustAgentWrapper.java363 onUnlockAttempt(true);
433 public void onUnlockAttempt(boolean successful) { in onUnlockAttempt() method in TrustAgentWrapper
436 mTrustAgentService.onUnlockAttempt(successful); in onUnlockAttempt()
DTrustManagerService.java669 info.agent.onUnlockAttempt(successful); in dispatchUnlockAttempt()
/frameworks/base/api/
Dsystem-current.txt40571 method public void onUnlockAttempt(boolean);