/aosp12/packages/apps/Settings/src/com/android/settings/password/ |
H A D | ConfirmDeviceCredentialBaseFragment.java | 179 updateErrorMessage(mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId)); in refreshLockScreen() 216 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId) + 1); in reportFailedAttempt()
|
H A D | ConfirmLockPassword.java | 338 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId)); in onResume() 542 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId)); in handleAttemptLockout()
|
H A D | ConfirmLockPattern.java | 330 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId)); in updateStage()
|
/aosp12/frameworks/base/packages/SystemUI/src/com/android/systemui/biometrics/ |
H A D | AuthCredentialView.java | 341 mLockPatternUtils.getCurrentFailedPasswordAttempts(mEffectiveUserId) + 1); in reportFailedAttempt()
|
/aosp12/frameworks/base/core/java/com/android/internal/widget/ |
H A D | LockPatternUtils.java | 373 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 D | KeyguardSecurityContainerController.java | 525 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt()
|
H A D | KeyguardSecurityContainer.java | 676 lockPatternUtils.getCurrentFailedPasswordAttempts(userId), in showTimeoutDialog()
|
/aosp12/frameworks/base/core/java/android/app/admin/ |
H A D | DevicePolicyManager.java | 4692 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 D | IDevicePolicyManager.aidl | 98 int getCurrentFailedPasswordAttempts(int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
|
/aosp12/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/ |
H A D | DevicePolicyManagerService.java | 4949 public int getCurrentFailedPasswordAttempts(int userHandle, boolean parent) {
|
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |
/aosp12/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
|
/aosp12/frameworks/base/core/api/ |
H A D | current.txt | 7147 method public int getCurrentFailedPasswordAttempts();
|
/aosp12/frameworks/opt/setupwizard/tools/docs/ |
H A D | android-22.txt | 5317 method public int getCurrentFailedPasswordAttempts();
|
/aosp12/frameworks/base/services/ |
H A D | art-profile | 16751 HPLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCurrentFailedPasswordAttempts(IZ…
|