Searched refs:reportUnlockAttempt (Results 1 – 12 of 12) sorted by relevance
/frameworks/base/tests/TrustTests/src/android/trust/test/lib/ |
D | TrustAgentRule.kt | 79 trustManager.reportUnlockAttempt(true, context.userId) in reportSuccessfulUnlock() 84 trustManager.reportUnlockAttempt(false, context.userId) in reportFailedUnlock()
|
/frameworks/base/packages/SystemUI/src/com/android/keyguard/ |
D | KeyguardSecurityCallback.java | 68 default void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { in reportUnlockAttempt() method
|
D | KeyguardAbsKeyInputViewController.java | 181 getKeyguardSecurityCallback().reportUnlockAttempt(userId, true, 0); in onPasswordChecked() 190 getKeyguardSecurityCallback().reportUnlockAttempt(userId, false, timeoutMs); in onPasswordChecked()
|
D | KeyguardPatternViewController.java | 169 getKeyguardSecurityCallback().reportUnlockAttempt(userId, true, 0); in onPatternChecked() 178 getKeyguardSecurityCallback().reportUnlockAttempt(userId, false, timeoutMs); in onPatternChecked()
|
D | KeyguardSecurityContainerController.java | 249 public void reportUnlockAttempt(int userId, boolean success, int timeoutMs) {
|
/frameworks/base/core/java/android/app/trust/ |
D | ITrustManager.aidl | 28 void reportUnlockAttempt(boolean successful, int userId); in reportUnlockAttempt() method
|
D | TrustManager.java | 97 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() method in TrustManager 99 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
|
/frameworks/base/tests/TrustTests/ |
D | README.md | 34 (e.g. `reportUnlockAttempt`).
|
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/ |
D | TrustManagerServiceTest.java | 589 mTrustManager.reportUnlockAttempt(/* successful= */ true, userId); in attemptSuccessfulUnlock() 593 mTrustManager.reportUnlockAttempt(/* successful= */ false, userId); in attemptFailedUnlock()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | LockPatternUtils.java | 417 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt() 426 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt()
|
/frameworks/base/services/core/java/com/android/server/trust/ |
D | TrustManagerService.java | 1766 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 9059 Landroid/app/trust/ITrustManager$Stub$Proxy;->reportUnlockAttempt(ZI)V 9086 Landroid/app/trust/ITrustManager;->reportUnlockAttempt(ZI)V
|