Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
DLockPatternUtils.java563 public byte[] getPasswordHistoryHashFactor(byte[] currentPassword, int userId) { in getPasswordHistoryHashFactor() method in LockPatternUtils
1048 final byte[] hashFactor = getPasswordHistoryHashFactor(password, userHandle); in updatePasswordHistory()