Home
last modified time | relevance | path

Searched refs:passwordHistoryLength (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java590 int passwordHistoryLength = getRequestedPasswordHistoryLength(userId); in checkPasswordHistory() local
591 if(passwordHistoryLength == 0) { in checkPasswordHistory()
598 for (int i = 0; i < Math.min(passwordHistoryLength, history.length); i++) { in checkPasswordHistory()
1044 int passwordHistoryLength = getRequestedPasswordHistoryLength(userHandle); in updatePasswordHistory() local
1045 if (passwordHistoryLength == 0) { in updatePasswordHistory()
1060 for (int i = 0; i < passwordHistoryLength - 1 && i < history.length; i++) { in updatePasswordHistory()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java967 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH; field in DevicePolicyManagerService.ActiveAdmin
1126 if(passwordHistoryLength != DEF_PASSWORD_HISTORY_LENGTH) { in writeToXml()
1128 out.attribute(null, ATTR_VALUE, Integer.toString(passwordHistoryLength)); in writeToXml()
1408 passwordHistoryLength = Integer.parseInt( in readFromXml()
1689 pw.println(passwordHistoryLength); in dump()
4333 if (ap.passwordHistoryLength != length) { in setPasswordHistoryLength()
4334 ap.passwordHistoryLength = length; in setPasswordHistoryLength()
4352 admin -> admin.passwordHistoryLength, PASSWORD_QUALITY_UNSPECIFIED); in getPasswordHistoryLength()