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.java307 int passwordHistoryLength = getRequestedPasswordHistoryLength(); in checkPasswordHistory() local
662 int passwordHistoryLength = getRequestedPasswordHistoryLength(); in saveLockPassword() local
/frameworks/base/services/java/com/android/server/
DDevicePolicyManagerService.java143 int passwordHistoryLength = DEF_PASSWORD_HISTORY_LENGTH; field in DevicePolicyManagerService.ActiveAdmin