Home
last modified time | relevance | path

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

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