/aosp14/frameworks/base/packages/SystemUI/tests/src/com/android/keyguard/ |
H A D | KeyguardPinViewControllerTest.kt | 213 `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 D | CredentialInteractorImplTest.kt | 100 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 D | KeyguardPinViewController.java | 123 mDisabledAutoConfirmation = mLockPatternUtils.getCurrentFailedPasswordAttempts( in updateAutoConfirmationState()
|
H A D | KeyguardSecurityContainerController.java | 1090 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt()
|
H A D | KeyguardSecurityContainer.java | 728 lockPatternUtils.getCurrentFailedPasswordAttempts(userId), in showTimeoutDialog()
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/domain/interactor/ |
H A D | CredentialInteractor.kt | 114 val numAttempts = lockPatternUtils.getCurrentFailedPasswordAttempts(effectiveUserId) + 1
|
/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/authentication/data/repository/ |
H A D | AuthenticationRepository.kt | 257 lockPatternUtils.getCurrentFailedPasswordAttempts(selectedUserId)
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 431 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 D | IDevicePolicyManager.aidl | 108 int getCurrentFailedPasswordAttempts(String callerPackageName, int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
|
H A D | DevicePolicyManager.java | 5740 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 D | DevicePolicyManagerService.java | 5508 public int getCurrentFailedPasswordAttempts(
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 2651 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getCurrentFailedPasswordAttempts(IZ)I 3179 Landroid/app/admin/IDevicePolicyManager;->getCurrentFailedPasswordAttempts(IZ)I
|
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 7795 …GE_DEVICE_POLICY_LOCK_CREDENTIALS, conditional=true) public int getCurrentFailedPasswordAttempts();
|