Home
last modified time | relevance | path

Searched refs:reportFailedPasswordAttempt (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
DCredentialInteractorImplTest.kt166 verify(lockPatternUtils).reportFailedPasswordAttempt(eq(USER_ID)) in pinCredentialWhenGood()
189 verify(lockPatternUtils).reportFailedPasswordAttempt(eq(USER_ID)) in <lambda>()
211 verify(lockPatternUtils).reportFailedPasswordAttempt(eq(USER_ID)) in <lambda>()
/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
DCredentialInteractor.kt139 lockPatternUtils.reportFailedPasswordAttempt(effectiveUserId) in isStealthModeActive()
/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
DAuthenticationRepository.kt294 lockPatternUtils.reportFailedPasswordAttempt(selectedUserId) in reportAuthenticationAttempt()
/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsShellCommand.java349 mLockPatternUtils.reportFailedPasswordAttempt(mCurrentUserId); in checkCredential()
/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
DDevicePolicyManagerTest.java5181 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfile()
5182 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfile()
5183 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfile()
5215 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfileDisallowed()
5216 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfileDisallowed()
5217 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfileDisallowed()
5238 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
5239 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
5240 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
5259 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedDeviceOwnerDisallowed()
[all …]
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java412 public void reportFailedPasswordAttempt(int userId) { in reportFailedPasswordAttempt() method in LockPatternUtils
416 getDevicePolicyManager().reportFailedPasswordAttempt(userId); in reportFailedPasswordAttempt()
/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainerController.java1131 mLockPatternUtils.reportFailedPasswordAttempt(userId); in reportFailedUnlockAttempt()
/frameworks/base/core/java/android/app/admin/
DIDevicePolicyManager.aidl174 void reportFailedPasswordAttempt(int userHandle, boolean parent); in reportFailedPasswordAttempt() method
DDevicePolicyManager.java9264 public void reportFailedPasswordAttempt(int userHandle) { in reportFailedPasswordAttempt() method in DevicePolicyManager
9267 mService.reportFailedPasswordAttempt(userHandle, mParentInstance); in reportFailedPasswordAttempt()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java8342 public void reportFailedPasswordAttempt(int userHandle, boolean parent) {
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt2773 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->reportFailedPasswordAttempt(I)V
3298 Landroid/app/admin/IDevicePolicyManager;->reportFailedPasswordAttempt(I)V