Searched refs:currentPassword (Results 1 – 3 of 3) sorted by relevance
98 public void setCurrentPassword(LockscreenCredential currentPassword) { in setCurrentPassword() argument99 mCurrentPassword = currentPassword; in setCurrentPassword()
144 int currentPassword = lockPatternUtils.getKeyguardStoredPasswordQuality(userId); in setLock() local145 if (currentPassword != DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED) { in setLock()
89 protected byte[] getPasswordHistoryHashFactor(LockscreenCredential currentPassword, in getPasswordHistoryHashFactor() argument