Searched refs:getPasswordHistoryHashFactor (Results 1 – 4 of 4) sorted by relevance
124 getPasswordHistoryHashFactor(existingCredential), mUserId)) { in validateCredential()135 private byte[] getPasswordHistoryHashFactor(LockscreenCredential credential) { in getPasswordHistoryHashFactor() method in PasswordHelper137 mPasswordHistoryHashFactor = mLockPatternUtils.getPasswordHistoryHashFactor( in getPasswordHistoryHashFactor()
120 protected byte[] getPasswordHistoryHashFactor( in getPasswordHistoryHashFactor() method in ShadowLockPatternUtils
84 when(mLockPatternUtils.getPasswordHistoryHashFactor(any(), anyInt())) in setUp()
792 credential.getCredential(), getPasswordHistoryHashFactor(), mUserId)) { in validatePassword()803 private byte[] getPasswordHistoryHashFactor() { in getPasswordHistoryHashFactor() method in ChooseLockPassword.ChooseLockPasswordFragment805 mPasswordHistoryHashFactor = mLockPatternUtils.getPasswordHistoryHashFactor( in getPasswordHistoryHashFactor()