Searched refs:passwordHistoryLength (Results 1 – 5 of 5) sorted by relevance
155 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH; field in ActiveAdmin364 if (passwordHistoryLength != DEF_PASSWORD_HISTORY_LENGTH) { in writeToXml()366 out, TAG_PASSWORD_HISTORY_LENGTH, passwordHistoryLength); in writeToXml()653 passwordHistoryLength = parser.getAttributeInt(null, ATTR_VALUE); in readFromXml()1011 pw.println(passwordHistoryLength); in dump()
2122 if (parentAdmin.passwordHistoryLength == ActiveAdmin.DEF_PASSWORD_HISTORY_LENGTH) { in moveDoPoliciesToProfileParentAdminLocked()2123 parentAdmin.passwordHistoryLength = doAdmin.passwordHistoryLength; in moveDoPoliciesToProfileParentAdminLocked()4111 if (ap.passwordHistoryLength != length) {4112 ap.passwordHistoryLength = length;4130 admin -> admin.passwordHistoryLength, PASSWORD_QUALITY_UNSPECIFIED);
552 int passwordHistoryLength = getRequestedPasswordHistoryLength(userId); in checkPasswordHistory() local553 if(passwordHistoryLength == 0) { in checkPasswordHistory()562 for (int i = 0; i < Math.min(passwordHistoryLength, history.length); i++) { in checkPasswordHistory()
1811 int passwordHistoryLength = getRequestedPasswordHistoryLength(userHandle); in updatePasswordHistory() local1812 if (passwordHistoryLength == 0) { in updatePasswordHistory()1829 for (int i = 0; i < passwordHistoryLength - 1 && i < history.length; i++) { in updatePasswordHistory()
915 int passwordHistoryLength = 2; in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot() local929 dpm.setPasswordHistoryLength(admin1, passwordHistoryLength); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot()931 assertThat(passwordHistoryLength).isEqualTo(dpm.getPasswordHistoryLength(admin1)); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot()937 assertThat(passwordHistoryLength).isEqualTo(dpm.getPasswordHistoryLength(admin1)); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot()