Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java485 writeFile(getSynthenticPasswordStateFilePathForUser(userId, handle, name), data); in writeSyntheticPasswordState()
489 return readFile(getSynthenticPasswordStateFilePathForUser(userId, handle, name)); in readSyntheticPasswordState()
493 String path = getSynthenticPasswordStateFilePathForUser(userId, handle, name); in deleteSyntheticPasswordState()
551 protected String getSynthenticPasswordStateFilePathForUser(int userId, long handle, in getSynthenticPasswordStateFilePathForUser() method in LockSettingsStorage
/aosp12/frameworks/base/services/
H A Dart-profile23581 HSPLcom/android/server/locksettings/LockSettingsStorage;->getSynthenticPasswordStateFilePathForUser