Home
last modified time | relevance | path

Searched defs:protectorId (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DSyntheticPasswordManager.java710 int getPinLength(long protectorId, int userId) { in getPinLength()
718 int getCredentialType(long protectorId, int userId) { in getCredentialType()
842 private int loadWeaverSlot(long protectorId, int userId) { in loadWeaverSlot()
862 private void saveWeaverSlot(int slot, long protectorId, int userId) { in saveWeaverSlot()
869 private void destroyWeaverSlot(long protectorId, int userId) { in destroyWeaverSlot()
944 long protectorId = generateProtectorId(); in createLskfBasedProtector() local
1068 public void migrateFrpPasswordLocked(long protectorId, UserInfo userInfo, in migrateFrpPasswordLocked()
1147 public boolean writeRepairModeCredentialLocked(long protectorId, int userId) { in writeRepairModeCredentialLocked()
1281 private void createSyntheticPasswordBlob(long protectorId, byte protectorType, in createSyntheticPasswordBlob()
1310 long protectorId, @NonNull LockscreenCredential credential, int userId, in unlockLskfBasedProtector()
[all …]
DLockSettingsStorage.java428 public void writeSyntheticPasswordState(int userId, long protectorId, String name, in writeSyntheticPasswordState()
435 public byte[] readSyntheticPasswordState(int userId, long protectorId, String name) { in readSyntheticPasswordState()
439 public void deleteSyntheticPasswordState(int userId, long protectorId, String name) { in deleteSyntheticPasswordState()
492 private File getSyntheticPasswordStateFileForUser(int userId, long protectorId, String name) { in getSyntheticPasswordStateFileForUser()
DLockSettingsService.java1021 long protectorId = getCurrentLskfBasedProtectorId(userId); in migrateUserToSpWithBoundCeKeyLocked() local
1251 final long protectorId = getCurrentLskfBasedProtectorId(userId); in getPinLength() local
1271 final long protectorId = getCurrentLskfBasedProtectorId(userId); in refreshStoredPinLength() local
1302 final long protectorId = getCurrentLskfBasedProtectorId(userId); in getCredentialTypeInternal() local
2196 long protectorId = getCurrentLskfBasedProtectorId(userId); in doVerifyCredential() local
2756 final long protectorId = mSpManager.createLskfBasedProtector(getGateKeeperService(), in initializeSyntheticPassword() local
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
DSyntheticPasswordTests.java91 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, in testNoneLskfBasedProtector() local
112 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, password, sp, in testNonNoneLskfBasedProtector() local
617 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, in testStorePinLengthOnDisk() local