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.java627 final long handle = getSyntheticPasswordHandleLocked(userId); in tryDeriveAuthTokenForUnsecuredPrimaryUser()
881 getSyntheticPasswordHandleLocked(userInfo.id), in migrateFrpCredential()
1089 final long handle = getSyntheticPasswordHandleLocked(userId); in havePassword()
1102 final long handle = getSyntheticPasswordHandleLocked(userId); in havePattern()
1113 final long handle = getSyntheticPasswordHandleLocked(userId); in isUserSecure()
2463 private long getSyntheticPasswordHandleLocked(int userId) { in getSyntheticPasswordHandleLocked() method in LockSettingsService
2473 long handle = getSyntheticPasswordHandleLocked(userId); in isSyntheticPasswordBasedCredentialLocked()
2482 long handle = getSyntheticPasswordHandleLocked(userId); in shouldMigrateToSyntheticPasswordLocked()
2521 long handle = getSyntheticPasswordHandleLocked(userId); in spBasedDoVerifyCredential()
2672 long handle = getSyntheticPasswordHandleLocked(userId); in spBasedSetLockCredentialInternalLocked()
[all …]