Home
last modified time | relevance | path

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

/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityCallback.java43 void reportUnlockAttempt(boolean success, int timeoutMs); in reportUnlockAttempt() method
/frameworks/base/core/java/android/app/trust/
DITrustManager.aidl27 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() method
DTrustManager.java54 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() method in TrustManager