Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityCallback.java45 void reportUnlockAttempt(int userId, boolean success, int timeoutMs); in reportUnlockAttempt() method
DKeyguardAbsKeyInputView.java203 mCallback.reportUnlockAttempt(userId, true, 0); in onPasswordChecked()
210 mCallback.reportUnlockAttempt(userId, false, timeoutMs); in onPasswordChecked()
DKeyguardPatternView.java345 mCallback.reportUnlockAttempt(userId, true, 0); in onPatternChecked()
353 mCallback.reportUnlockAttempt(userId, false, timeoutMs); in onPatternChecked()
DKeyguardSecurityContainer.java602 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) {
632 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { }
/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
81 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java334 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()
343 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1032 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {
/frameworks/base/services/
Dart-profile13440 PLcom/android/server/trust/TrustManagerService$1;->reportUnlockAttempt(ZI)V