Home
last modified time | relevance | path

Searched refs:reportUnlockAttempt (Results 1 – 10 of 10) 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.java190 mCallback.reportUnlockAttempt(userId, true, 0); in onPasswordChecked()
197 mCallback.reportUnlockAttempt(userId, false, timeoutMs); in onPasswordChecked()
DKeyguardPatternView.java309 mCallback.reportUnlockAttempt(userId, true, 0); in onPatternChecked()
317 mCallback.reportUnlockAttempt(userId, false, timeoutMs); in onPatternChecked()
DKeyguardSecurityContainer.java431 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) {
457 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { }
/frameworks/base/core/java/android/app/trust/
DITrustManager.aidl27 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() method
DTrustManager.java76 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() method in TrustManager
78 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java320 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()
328 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java825 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {
/frameworks/base/config/
Dhiddenapi-light-greylist.txt964 Landroid/app/trust/TrustManager;->reportUnlockAttempt(ZI)V
Dboot-image-profile.txt16284 HSPLandroid/app/trust/ITrustManager;->reportUnlockAttempt(ZI)V