Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DSyntheticPasswordTests.java91 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, in testNoneLskfBasedProtector()
112 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, password, sp, in testNonNoneLskfBasedProtector()
617 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, in testStorePinLengthOnDisk()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsService.java2756 final long protectorId = mSpManager.createLskfBasedProtector(getGateKeeperService(), in initializeSyntheticPassword()
2865 final long newProtectorId = mSpManager.createLskfBasedProtector(getGateKeeperService(), in setLockCredentialWithSpLocked()
H A DSyntheticPasswordManager.java942 public long createLskfBasedProtector(IGateKeeperService gatekeeper, in createLskfBasedProtector() method in SyntheticPasswordManager