Home
last modified time | relevance | path

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

/aosp12/packages/apps/Settings/src/com/android/settings/password/
H A DConfirmDeviceCredentialBaseFragment.java179 updateErrorMessage(mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId)); in refreshLockScreen()
216 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId) + 1); in reportFailedAttempt()
H A DConfirmLockPassword.java338 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId)); in onResume()
542 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId)); in handleAttemptLockout()
H A DConfirmLockPattern.java330 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId)); in updateStage()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/
H A DAuthCredentialView.java341 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId) + 1); in reportFailedAttempt()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DLockPatternUtils.java373 public int getCurrentFailedPasswordAttempts(int userId) { in getCurrentFailedPasswordAttempts() method in LockPatternUtils
377 return getDevicePolicyManager().getCurrentFailedPasswordAttempts(userId); in getCurrentFailedPasswordAttempts()
/aosp12/frameworks/base/packages/SystemUI/src/com/android/keyguard/
H A DKeyguardSecurityContainerController.java525 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt()
H A DKeyguardSecurityContainer.java676 lockPatternUtils.getCurrentFailedPasswordAttempts(userId), in showTimeoutDialog()
/aosp12/frameworks/base/core/java/android/app/admin/
H A DDevicePolicyManager.java4692 public int getCurrentFailedPasswordAttempts() { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
4693 return getCurrentFailedPasswordAttempts(myUserId()); in getCurrentFailedPasswordAttempts()
4707 public int getCurrentFailedPasswordAttempts(int userHandle) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
4710 return mService.getCurrentFailedPasswordAttempts(userHandle, mParentInstance); in getCurrentFailedPasswordAttempts()
H A DIDevicePolicyManager.aidl98 int getCurrentFailedPasswordAttempts(int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
H A DDevicePolicyManagerService.java4949 public int getCurrentFailedPasswordAttempts(int userHandle, boolean parent) {
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/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
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt7147 method public int getCurrentFailedPasswordAttempts();
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt5317 method public int getCurrentFailedPasswordAttempts();
/aosp12/frameworks/base/services/
H A Dart-profile16751 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCurrentFailedPasswordAttempts(IZ…