Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java471 int passwordHistoryLength = getRequestedPasswordHistoryLength(userId); in checkPasswordHistory() local
898 int passwordHistoryLength = getRequestedPasswordHistoryLength(userHandle); in saveLockPassword() local
/frameworks/base/services/devicepolicy/java/com/android/server/devicepolicy/
DDevicePolicyManagerService.java577 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH; field in DevicePolicyManagerService.ActiveAdmin