Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java97 AuthenticationResult result = manager.unlockLskfBasedProtector(mGateKeeperService, in testNoneLskfBasedProtector()
118 AuthenticationResult result = manager.unlockLskfBasedProtector(mGateKeeperService, in testNonNoneLskfBasedProtector()
123 result = manager.unlockLskfBasedProtector(mGateKeeperService, protectorId, badPassword, in testNonNoneLskfBasedProtector()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java1028 AuthenticationResult result = mSpManager.unlockLskfBasedProtector( in migrateUserToSpWithBoundCeKeyLocked()
1709 AuthenticationResult authResult = mSpManager.unlockLskfBasedProtector( in setLockCredentialInternal()
2037 AuthenticationResult result = mSpManager.unlockLskfBasedProtector( in unlockUserKeyIfUnsecured()
2197 authResult = mSpManager.unlockLskfBasedProtector( in doVerifyCredential()
3003 AuthenticationResult auth = mSpManager.unlockLskfBasedProtector(
3026 sp = mSpManager.unlockLskfBasedProtector(getGateKeeperService(), protectorId,
H A DSyntheticPasswordManager.java1309 public AuthenticationResult unlockLskfBasedProtector(IGateKeeperService gatekeeper, in unlockLskfBasedProtector() method in SyntheticPasswordManager