Home
last modified time | relevance | path

Searched refs:getCurrentFailedPasswordAttempts (Results 1 – 14 of 14) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/
H A DKeyguardPinViewControllerTest.kt213 `when`(lockPatternUtils.getCurrentFailedPasswordAttempts(anyInt())).thenReturn(3)
230 `when`(lockPatternUtils.getCurrentFailedPasswordAttempts(anyInt())).thenReturn(6)
247 verify(lockPatternUtils).getCurrentFailedPasswordAttempts(anyInt())
/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialInteractorImplTest.kt100 whenever(lockPatternUtils.getCurrentFailedPasswordAttempts(eq(USER_ID)))
155 whenever(lockPatternUtils.getCurrentFailedPasswordAttempts(eq(USER_ID)))
176 whenever(lockPatternUtils.getCurrentFailedPasswordAttempts(eq(USER_ID)))
/aosp14/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardPinViewController.java123 mDisabledAutoConfirmation = mLockPatternUtils.getCurrentFailedPasswordAttempts( in updateAutoConfirmationState()
H A DKeyguardSecurityContainerController.java1090 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt()
H A DKeyguardSecurityContainer.java728 lockPatternUtils.getCurrentFailedPasswordAttempts(userId), in showTimeoutDialog()
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/
H A DCredentialInteractor.kt114 val numAttempts = lockPatternUtils.getCurrentFailedPasswordAttempts(effectiveUserId) + 1
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/
H A DAuthenticationRepository.kt257 lockPatternUtils.getCurrentFailedPasswordAttempts(selectedUserId)
/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java431 public int getCurrentFailedPasswordAttempts(int userId) { in getCurrentFailedPasswordAttempts() method in LockPatternUtils
435 return getDevicePolicyManager().getCurrentFailedPasswordAttempts(userId); in getCurrentFailedPasswordAttempts()
/aosp14/frameworks/base/core/java/android/app/admin/
H A DIDevicePolicyManager.aidl108 int getCurrentFailedPasswordAttempts(String callerPackageName, int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
H A DDevicePolicyManager.java5740 public int getCurrentFailedPasswordAttempts() { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
5741 return getCurrentFailedPasswordAttempts(myUserId()); in getCurrentFailedPasswordAttempts()
5755 public int getCurrentFailedPasswordAttempts(int userHandle) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
5758 return mService.getCurrentFailedPasswordAttempts( in getCurrentFailedPasswordAttempts()
/aosp14/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java5508 public int getCurrentFailedPasswordAttempts(
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt2651 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getCurrentFailedPasswordAttempts(IZ)I
3179 Landroid/app/admin/IDevicePolicyManager;->getCurrentFailedPasswordAttempts(IZ)I
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt7795 …GE_DEVICE_POLICY_LOCK_CREDENTIALS, conditional=true) public int getCurrentFailedPasswordAttempts();