Searched refs:PASSWORD_DATA_NAME (Results 1 – 1 of 1) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | SyntheticPasswordManager.java | 131 private static final String PASSWORD_DATA_NAME = "pwd"; field in SyntheticPasswordManager 711 byte[] passwordData = loadState(PASSWORD_DATA_NAME, protectorId, userId); in getPinLength() 719 byte[] passwordData = loadState(PASSWORD_DATA_NAME, protectorId, userId); in getCredentialType() 1014 saveState(PASSWORD_DATA_NAME, pwd.toBytes(), protectorId, userId); in createLskfBasedProtector() 1151 final byte[] data = loadState(PASSWORD_DATA_NAME, protectorId, userId); in writeRepairModeCredentialLocked() 1325 byte[] pwdDataBytes = loadState(PASSWORD_DATA_NAME, protectorId, userId); in unlockLskfBasedProtector() 1396 saveState(PASSWORD_DATA_NAME, pwd.toBytes(), protectorId, userId); in unlockLskfBasedProtector() 1459 byte[] pwdDataBytes = loadState(PASSWORD_DATA_NAME, protectorId, userId); in refreshPinLengthOnDisk() 1469 saveState(PASSWORD_DATA_NAME, pwd.toBytes(), protectorId, userId); in refreshPinLengthOnDisk() 1694 destroyState(PASSWORD_DATA_NAME, protectorId, userId); in destroyLskfBasedProtector() [all …]
|