Searched refs:currentPassword (Results 1 – 3 of 3) sorted by relevance
98 public void setCurrentPassword(LockscreenCredential currentPassword) { in setCurrentPassword() argument99 mCurrentPassword = currentPassword; in setCurrentPassword()
145 int currentPassword = lockPatternUtils.getKeyguardStoredPasswordQuality(userId); in setLock() local146 if (currentPassword != DevicePolicyManager.PASSWORD_QUALITY_UNSPECIFIED) { in setLock()
121 LockscreenCredential currentPassword, int userId) { in getPasswordHistoryHashFactor() argument