Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/app/trust/
DTrustManager.java54 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() method in TrustManager
56 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.java41 void reportUnlockAttempt(boolean success); in reportUnlockAttempt() method
DKeyguardAbsKeyInputView.java107 mCallback.reportUnlockAttempt(true); in verifyPasswordAndUnlock()
113 mCallback.reportUnlockAttempt(false); in verifyPasswordAndUnlock()
DKeyguardAccountView.java179 mCallback.reportUnlockAttempt(true); in postOnCheckPasswordResult()
186 mCallback.reportUnlockAttempt(false); in postOnCheckPasswordResult()
DFaceUnlock.java305 mKeyguardScreenCallback.reportUnlockAttempt(true); in handleUnlock()
336 mKeyguardScreenCallback.reportUnlockAttempt(false); in handleReportFailedAttempt()
DKeyguardPatternView.java218 mCallback.reportUnlockAttempt(true); in onPatternDetected()
229 mCallback.reportUnlockAttempt(false); in onPatternDetected()
DKeyguardSecurityContainer.java497 public void reportUnlockAttempt(boolean success) {
527 public void reportUnlockAttempt(boolean success) { }
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java263 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()
269 getTrustManager().reportUnlockAttempt(true /* authenticated */, in reportSuccessfulPasswordAttempt()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java640 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {