Searched refs:passwordMetrics (Results 1 – 4 of 4) sorted by relevance
1246 PasswordMetrics passwordMetrics = getUserPasswordMetrics(userId); in getPinLength() local1247 if (passwordMetrics != null && passwordMetrics.credType == CREDENTIAL_TYPE_PIN) { in getPinLength()1248 return passwordMetrics.length; in getPinLength()1269 PasswordMetrics passwordMetrics = getUserPasswordMetrics(userId); in refreshStoredPinLength() local1270 if (passwordMetrics != null) { in refreshStoredPinLength()1272 return mSpManager.refreshPinLengthOnDisk(passwordMetrics, protectorId, userId); in refreshStoredPinLength()
1453 public boolean refreshPinLengthOnDisk(PasswordMetrics passwordMetrics, in refreshPinLengthOnDisk() argument1465 int pinLength = derivePinLength(passwordMetrics.length, in refreshPinLengthOnDisk()1466 passwordMetrics.credType == CREDENTIAL_TYPE_PIN, userId); in refreshPinLengthOnDisk()
620 PasswordMetrics passwordMetrics = in testStorePinLengthOnDisk() local622 boolean result = manager.refreshPinLengthOnDisk(passwordMetrics, protectorId, userId); in testStorePinLengthOnDisk()
5907 private void setActivePasswordState(PasswordMetrics passwordMetrics) in setActivePasswordState() argument5913 .thenReturn(passwordMetrics); in setActivePasswordState()5914 dpm.reportPasswordChanged(passwordMetrics, userHandle); in setActivePasswordState()