Home
last modified time | relevance | path

Searched refs:getSyntheticPasswordHandleLocked (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsService.java651 final long handle = getSyntheticPasswordHandleLocked(userId); in tryDeriveAuthTokenForUnsecuredPrimaryUser()
905 getSyntheticPasswordHandleLocked(userInfo.id), in migrateFrpCredential()
1113 final long handle = getSyntheticPasswordHandleLocked(userId); in havePassword()
1126 final long handle = getSyntheticPasswordHandleLocked(userId); in havePattern()
1137 final long handle = getSyntheticPasswordHandleLocked(userId); in isUserSecure()
2531 private long getSyntheticPasswordHandleLocked(int userId) { in getSyntheticPasswordHandleLocked() method in LockSettingsService
2541 long handle = getSyntheticPasswordHandleLocked(userId); in isSyntheticPasswordBasedCredentialLocked()
2586 long handle = getSyntheticPasswordHandleLocked(userId); in spBasedDoVerifyCredential()
2734 long handle = getSyntheticPasswordHandleLocked(userId); in spBasedSetLockCredentialInternalLocked()
2813 long handle = getSyntheticPasswordHandleLocked(userId); in getHashFactor()
[all …]