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