Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/
DLockSettingsStorage.java432 writeFile(getSynthenticPasswordStateFilePathForUser(userId, handle, name), data); in writeSyntheticPasswordState()
436 return readFile(getSynthenticPasswordStateFilePathForUser(userId, handle, name)); in readSyntheticPasswordState()
440 String path = getSynthenticPasswordStateFilePathForUser(userId, handle, name); in deleteSyntheticPasswordState()
460 protected String getSynthenticPasswordStateFilePathForUser(int userId, long handle, in getSynthenticPasswordStateFilePathForUser() method in LockSettingsStorage