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.java543 int passwordHistoryLength = getRequestedPasswordHistoryLength(userId); in checkPasswordHistory() local
544 if(passwordHistoryLength == 0) { in checkPasswordHistory()
551 for (int i = 0; i < Math.min(passwordHistoryLength, history.length); i++) { in checkPasswordHistory()
893 int passwordHistoryLength = getRequestedPasswordHistoryLength(userHandle); in updatePasswordHistory() local
894 if (passwordHistoryLength == 0) { in updatePasswordHistory()
909 for (int i = 0; i < passwordHistoryLength - 1 && i < history.length; i++) { in updatePasswordHistory()
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java897 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH; field in DevicePolicyManagerService.ActiveAdmin
1055 if(passwordHistoryLength != DEF_PASSWORD_HISTORY_LENGTH) { in writeToXml()
1057 out.attribute(null, ATTR_VALUE, Integer.toString(passwordHistoryLength)); in writeToXml()
1332 passwordHistoryLength = Integer.parseInt( in readFromXml()
1613 pw.println(passwordHistoryLength); in dump()
4089 if (ap.passwordHistoryLength != length) { in setPasswordHistoryLength()
4090 ap.passwordHistoryLength = length; in setPasswordHistoryLength()
4105 admin -> admin.passwordHistoryLength, PASSWORD_QUALITY_UNSPECIFIED); in getPasswordHistoryLength()