Searched refs:getSyntheticPasswordStateFileForUser (Results 1 – 2 of 2) sorted by relevance
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/ |
H A D | LockSettingsStorage.java | 431 writeFile(getSyntheticPasswordStateFileForUser(userId, protectorId, name), data, in writeSyntheticPasswordState() 436 return readFile(getSyntheticPasswordStateFileForUser(userId, protectorId, name)); in readSyntheticPasswordState() 440 deleteFile(getSyntheticPasswordStateFileForUser(userId, protectorId, name)); in deleteSyntheticPasswordState() 492 private File getSyntheticPasswordStateFileForUser(int userId, long protectorId, String name) { in getSyntheticPasswordStateFileForUser() method in LockSettingsStorage
|
/aosp14/frameworks/base/services/ |
H A D | art-profile | 4908 HSPLcom/android/server/locksettings/LockSettingsStorage;->getSyntheticPasswordStateFileForUser(IJLj…
|