Searched refs:reportUnlockAttempt (Results 1 – 10 of 10) sorted by relevance
54 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() method in TrustManager56 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
27 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() method
41 void reportUnlockAttempt(boolean success); in reportUnlockAttempt() method
107 mCallback.reportUnlockAttempt(true); in verifyPasswordAndUnlock()113 mCallback.reportUnlockAttempt(false); in verifyPasswordAndUnlock()
179 mCallback.reportUnlockAttempt(true); in postOnCheckPasswordResult()186 mCallback.reportUnlockAttempt(false); in postOnCheckPasswordResult()
305 mKeyguardScreenCallback.reportUnlockAttempt(true); in handleUnlock()336 mKeyguardScreenCallback.reportUnlockAttempt(false); in handleReportFailedAttempt()
218 mCallback.reportUnlockAttempt(true); in onPatternDetected()229 mCallback.reportUnlockAttempt(false); in onPatternDetected()
497 public void reportUnlockAttempt(boolean success) {527 public void reportUnlockAttempt(boolean success) { }
263 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()269 getTrustManager().reportUnlockAttempt(true /* authenticated */, in reportSuccessfulPasswordAttempt()
640 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {