Searched defs:passwordHistoryLength (Results 1 – 3 of 3) sorted by relevance
830 int passwordHistoryLength = 2; in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot() local846 assertEquals(dpm.getPasswordHistoryLength(admin1), passwordHistoryLength); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot() local852 assertEquals(dpm.getPasswordHistoryLength(admin1), passwordHistoryLength); in testSaveAndLoadPasswordHistoryLength_persistedAfterReboot() local
515 int passwordHistoryLength = getRequestedPasswordHistoryLength(userId); in checkPasswordHistory() local810 int passwordHistoryLength = getRequestedPasswordHistoryLength(userHandle); in updatePasswordHistory() local
1133 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH; field in DevicePolicyManagerService.ActiveAdmin