Searched defs:protectorId (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 765 int getPinLength(long protectorId, int userId) { in getPinLength() 773 int getCredentialType(long protectorId, int userId) { in getCredentialType() 897 private int loadWeaverSlot(long protectorId, int userId) { in loadWeaverSlot() 917 private void saveWeaverSlot(int slot, long protectorId, int userId) { in saveWeaverSlot() 924 private void destroyWeaverSlot(long protectorId, int userId) { in destroyWeaverSlot() 1000 long protectorId = generateProtectorId(); in createLskfBasedProtector() local 1127 public void migrateFrpPasswordLocked(long protectorId, UserInfo userInfo, in migrateFrpPasswordLocked() 1206 public boolean writeRepairModeCredentialLocked(long protectorId, int userId) { in writeRepairModeCredentialLocked() 1341 private void createSyntheticPasswordBlob(long protectorId, byte protectorType, in createSyntheticPasswordBlob() 1370 long protectorId, @NonNull LockscreenCredential credential, int userId, in unlockLskfBasedProtector() [all …]
|
D | LockSettingsService.java | 1171 long protectorId = getCurrentLskfBasedProtectorId(userId); in migrateUserToSpWithBoundCeKeyLocked() local 1195 long protectorId = getCurrentLskfBasedProtectorId(userId); in migrateUserToSpWithBoundKeysLocked() local 1431 final long protectorId = getCurrentLskfBasedProtectorId(userId); in getPinLength() local 1451 final long protectorId = getCurrentLskfBasedProtectorId(userId); in refreshStoredPinLength() local 1481 final long protectorId = getCurrentLskfBasedProtectorId(userId); in getCredentialTypeInternal() local 2399 long protectorId = getCurrentLskfBasedProtectorId(userId); in doVerifyCredential() local 2972 final long protectorId = mSpManager.createLskfBasedProtector(getGateKeeperService(), in initializeSyntheticPassword() local
|
D | LockSettingsStorage.java | 429 public void writeSyntheticPasswordState(int userId, long protectorId, String name, in writeSyntheticPasswordState() 436 public byte[] readSyntheticPasswordState(int userId, long protectorId, String name) { in readSyntheticPasswordState() 440 public void deleteSyntheticPasswordState(int userId, long protectorId, String name) { in deleteSyntheticPasswordState() 493 private File getSyntheticPasswordStateFileForUser(int userId, long protectorId, String name) { in getSyntheticPasswordStateFileForUser()
|
/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/ |
D | SyntheticPasswordTests.java | 91 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, in testNoneLskfBasedProtector() local 112 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, password, sp, in testNonNoneLskfBasedProtector() local 625 long protectorId = manager.createLskfBasedProtector(mGateKeeperService, in testStorePinLengthOnDisk() local
|