Searched refs:passwordMetrics (Results 1 – 4 of 4) sorted by relevance
1426 PasswordMetrics passwordMetrics = getUserPasswordMetrics(userId); in getPinLength() local1427 if (passwordMetrics != null && passwordMetrics.credType == CREDENTIAL_TYPE_PIN) { in getPinLength()1428 return passwordMetrics.length; in getPinLength()1449 PasswordMetrics passwordMetrics = getUserPasswordMetrics(userId); in refreshStoredPinLength() local1450 if (passwordMetrics != null) { in refreshStoredPinLength()1452 return mSpManager.refreshPinLengthOnDisk(passwordMetrics, protectorId, userId); in refreshStoredPinLength()
1515 public boolean refreshPinLengthOnDisk(PasswordMetrics passwordMetrics, in refreshPinLengthOnDisk() argument1527 int pinLength = derivePinLength(passwordMetrics.length, in refreshPinLengthOnDisk()1528 passwordMetrics.credType == CREDENTIAL_TYPE_PIN, userId); in refreshPinLengthOnDisk()
628 PasswordMetrics passwordMetrics = in testStorePinLengthOnDisk() local630 boolean result = manager.refreshPinLengthOnDisk(passwordMetrics, protectorId, userId); in testStorePinLengthOnDisk()
5925 private void setActivePasswordState(PasswordMetrics passwordMetrics) in setActivePasswordState() argument5931 .thenReturn(passwordMetrics); in setActivePasswordState()5932 dpm.reportPasswordChanged(passwordMetrics, userHandle); in setActivePasswordState()