Home
last modified time | relevance | path

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

/frameworks/base/tests/TrustTests/src/android/trust/test/lib/
DTrustAgentRule.kt79 trustManager.reportUnlockAttempt(true, context.userId) in reportSuccessfulUnlock()
84 trustManager.reportUnlockAttempt(false, context.userId) in reportFailedUnlock()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityCallback.java68 default void reportUnlockAttempt(int userId, boolean success, int timeoutMs) { in reportUnlockAttempt() method
DKeyguardAbsKeyInputViewController.java181 getKeyguardSecurityCallback().reportUnlockAttempt(userId, true, 0); in onPasswordChecked()
190 getKeyguardSecurityCallback().reportUnlockAttempt(userId, false, timeoutMs); in onPasswordChecked()
DKeyguardPatternViewController.java169 getKeyguardSecurityCallback().reportUnlockAttempt(userId, true, 0); in onPatternChecked()
178 getKeyguardSecurityCallback().reportUnlockAttempt(userId, false, timeoutMs); in onPatternChecked()
DKeyguardSecurityContainerController.java249 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.java97 public void reportUnlockAttempt(boolean successful, int userId) { in reportUnlockAttempt() method in TrustManager
99 mService.reportUnlockAttempt(successful, userId); in reportUnlockAttempt()
/frameworks/base/tests/TrustTests/
DREADME.md34 (e.g. `reportUnlockAttempt`).
/frameworks/base/services/tests/mockingservicestests/src/com/android/server/trust/
DTrustManagerServiceTest.java589 mTrustManager.reportUnlockAttempt(/* successful= */ true, userId); in attemptSuccessfulUnlock()
593 mTrustManager.reportUnlockAttempt(/* successful= */ false, userId); in attemptFailedUnlock()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java417 getTrustManager().reportUnlockAttempt(false /* authenticated */, userId); in reportFailedPasswordAttempt()
426 getTrustManager().reportUnlockAttempt(true /* authenticated */, userId); in reportSuccessfulPasswordAttempt()
/frameworks/base/services/core/java/com/android/server/trust/
DTrustManagerService.java1766 public void reportUnlockAttempt(boolean authenticated, int userId) throws RemoteException {
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt9059 Landroid/app/trust/ITrustManager$Stub$Proxy;->reportUnlockAttempt(ZI)V
9086 Landroid/app/trust/ITrustManager;->reportUnlockAttempt(ZI)V