Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialInteractorImplTest.kt146 verify(lockPatternUtils).reportFailedPasswordAttempt(eq(USER_ID))
169 verify(lockPatternUtils).reportFailedPasswordAttempt(eq(USER_ID))
191 verify(lockPatternUtils).reportFailedPasswordAttempt(eq(USER_ID))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialInteractor.kt133 lockPatternUtils.reportFailedPasswordAttempt(effectiveUserId)
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt249 lockPatternUtils.reportFailedPasswordAttempt(selectedUserId)
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsShellCommand.java357 mLockPatternUtils.reportFailedPasswordAttempt(mCurrentUserId); in checkCredential()
/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/devicepolicy/
H A DDevicePolicyManagerTest.java5175 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfile()
5176 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfile()
5177 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfile()
5209 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfileDisallowed()
5210 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfileDisallowed()
5211 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedManagedProfileDisallowed()
5232 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
5233 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
5234 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedDeviceOwner()
5253 dpm.reportFailedPasswordAttempt(UserHandle.USER_SYSTEM); in testMaximumFailedPasswordAttemptsReachedDeviceOwnerDisallowed()
[all …]
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java407 public void reportFailedPasswordAttempt(int userId) { in reportFailedPasswordAttempt() method in LockPatternUtils
411 getDevicePolicyManager().reportFailedPasswordAttempt(userId); in reportFailedPasswordAttempt()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java1124 mLockPatternUtils.reportFailedPasswordAttempt(userId); in reportFailedUnlockAttempt()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl173 void reportFailedPasswordAttempt(int userHandle, boolean parent); in reportFailedPasswordAttempt() method
H A DDevicePolicyManager.java8974 public void reportFailedPasswordAttempt(int userHandle) { in reportFailedPasswordAttempt() method in DevicePolicyManager
8977 mService.reportFailedPasswordAttempt(userHandle, mParentInstance); in reportFailedPasswordAttempt()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java8175 public void reportFailedPasswordAttempt(int userHandle, boolean parent) {
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2773 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->reportFailedPasswordAttempt(I)V
3298 Landroid/app/admin/IDevicePolicyManager;->reportFailedPasswordAttempt(I)V