Searched refs:passwordHistoryLength (Results 1 – 2 of 2) sorted by relevance
543 int passwordHistoryLength = getRequestedPasswordHistoryLength(userId); in checkPasswordHistory() local544 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() local894 if (passwordHistoryLength == 0) { in updatePasswordHistory()909 for (int i = 0; i < passwordHistoryLength - 1 && i < history.length; i++) { in updatePasswordHistory()
897 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH; field in DevicePolicyManagerService.ActiveAdmin1055 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()