Searched refs:mPasswordHistoryHashFactor (Results 1 – 2 of 2) sorted by relevance
66 private byte[] mPasswordHistoryHashFactor; field in PasswordHelper136 if (mPasswordHistoryHashFactor == null) { in getPasswordHistoryHashFactor()137 mPasswordHistoryHashFactor = mLockPatternUtils.getPasswordHistoryHashFactor( in getPasswordHistoryHashFactor()140 return mPasswordHistoryHashFactor; in getPasswordHistoryHashFactor()
247 private byte[] mPasswordHistoryHashFactor; field in ChooseLockPassword.ChooseLockPasswordFragment786 if (mPasswordHistoryHashFactor == null) { in getPasswordHistoryHashFactor()787 mPasswordHistoryHashFactor = mLockPatternUtils.getPasswordHistoryHashFactor( in getPasswordHistoryHashFactor()791 return mPasswordHistoryHashFactor; in getPasswordHistoryHashFactor()