Searched refs:PASSWORD_DATA_NAME (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/services/core/java/com/android/server/locksettings/ |
D | SyntheticPasswordManager.java | 136 private static final String PASSWORD_DATA_NAME = "pwd"; field in SyntheticPasswordManager 766 byte[] passwordData = loadState(PASSWORD_DATA_NAME, protectorId, userId); in getPinLength() 774 byte[] passwordData = loadState(PASSWORD_DATA_NAME, protectorId, userId); in getCredentialType() 1071 saveState(PASSWORD_DATA_NAME, pwd.toBytes(), protectorId, userId); in createLskfBasedProtector() 1134 PasswordData pwd = PasswordData.fromBytes(loadState(PASSWORD_DATA_NAME, protectorId, in migrateFrpPasswordLocked() 1210 final byte[] data = loadState(PASSWORD_DATA_NAME, protectorId, userId); in writeRepairModeCredentialLocked() 1385 byte[] pwdDataBytes = loadState(PASSWORD_DATA_NAME, protectorId, userId); in unlockLskfBasedProtector() 1458 saveState(PASSWORD_DATA_NAME, pwd.toBytes(), protectorId, userId); in unlockLskfBasedProtector() 1521 byte[] pwdDataBytes = loadState(PASSWORD_DATA_NAME, protectorId, userId); in refreshPinLengthOnDisk() 1531 saveState(PASSWORD_DATA_NAME, pwd.toBytes(), protectorId, userId); in refreshPinLengthOnDisk() [all …]
|