Home
last modified time | relevance | path

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

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