Home
last modified time | relevance | path

Searched refs:passwordHashLength (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java494 int passwordHashLength = passwordHashString.length(); in checkPasswordHistory() local
499 int neededPasswordHistoryLength = passwordHashLength * passwordHistoryLength in checkPasswordHistory()