Home
last modified time | relevance | path

Searched refs:reportUnlockAttempt (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/core/java/android/app/trust/
DTrustManager.java75 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() method in TrustManager
77 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
DITrustManager.aidl27 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() method
/frameworks/base/packages/Keyguard/src/com/android/keyguard/
DKeyguardSecurityCallback.java44 void reportUnlockAttempt(int userId, boolean success, int timeoutMs); in reportUnlockAttempt() method
DKeyguardAbsKeyInputView.java163 mCallback.reportUnlockAttempt(userId, true, 0); in onPasswordChecked()
170 mCallback.reportUnlockAttempt(userId, false, timeoutMs); in onPasswordChecked()
DKeyguardPatternView.java276 mCallback.reportUnlockAttempt(userId, true, 0); in onPatternChecked()
284 mCallback.reportUnlockAttempt(userId, false, timeoutMs); in onPatternChecked()
DKeyguardSecurityContainer.java425 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) {
447 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { }
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java290 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()
295 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java670 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {