Home
last modified time | relevance | path

Searched refs:getSyntheticPasswordStateFileForUser (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java432 writeFile(getSyntheticPasswordStateFileForUser(userId, protectorId, name), data, in writeSyntheticPasswordState()
437 return readFile(getSyntheticPasswordStateFileForUser(userId, protectorId, name)); in readSyntheticPasswordState()
441 deleteFile(getSyntheticPasswordStateFileForUser(userId, protectorId, name)); in deleteSyntheticPasswordState()
493 private File getSyntheticPasswordStateFileForUser(int userId, long protectorId, String name) { in getSyntheticPasswordStateFileForUser() method in LockSettingsStorage
/frameworks/base/services/
Dart-wear-profile14867 HPLcom/android/server/locksettings/LockSettingsStorage;->getSyntheticPasswordStateFileForUser(IJLja…