Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/keyguard/
DKeyguardSecurityContainer.java372 mLockPatternUtils.getCurrentFailedPasswordAttempts(userId), in showTimeoutDialog()
418 final int failedAttempts = mLockPatternUtils.getCurrentFailedPasswordAttempts(userId) + 1; in reportFailedUnlockAttempt()
/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java353 public int getCurrentFailedPasswordAttempts(int userId) { in getCurrentFailedPasswordAttempts() method in LockPatternUtils
357 return getDevicePolicyManager().getCurrentFailedPasswordAttempts(userId); in getCurrentFailedPasswordAttempts()
/frameworks/base/core/java/android/app/admin/
DDevicePolicyManager.java3518 public int getCurrentFailedPasswordAttempts() { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
3519 return getCurrentFailedPasswordAttempts(myUserId()); in getCurrentFailedPasswordAttempts()
3533 public int getCurrentFailedPasswordAttempts(int userHandle) { in getCurrentFailedPasswordAttempts() method in DevicePolicyManager
3536 return mService.getCurrentFailedPasswordAttempts(userHandle, mParentInstance); in getCurrentFailedPasswordAttempts()
DIDevicePolicyManager.aidl87 int getCurrentFailedPasswordAttempts(int userHandle, boolean parent); in getCurrentFailedPasswordAttempts() method
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java4866 public int getCurrentFailedPasswordAttempts(int userHandle, boolean parent) { in getCurrentFailedPasswordAttempts() method
/frameworks/base/services/
Dart-profile6263 PLcom/android/server/devicepolicy/DevicePolicyManagerService;->getCurrentFailedPasswordAttempts(IZ)I
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt5317 method public int getCurrentFailedPasswordAttempts();
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt2907 Landroid/app/admin/IDevicePolicyManager$Stub$Proxy;->getCurrentFailedPasswordAttempts(IZ)I
3439 Landroid/app/admin/IDevicePolicyManager;->getCurrentFailedPasswordAttempts(IZ)I
/frameworks/base/api/
Dcurrent.txt6656 method public int getCurrentFailedPasswordAttempts();