Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/locksettings/
DLockSettingsStorage.java434 mCache.putFile(name, hash); in writeFile()
444 mCache.putFile(name, null); in deleteFile()
523 mCache.putFile(path, null); in deleteSyntheticPasswordState()
590 mCache.putFile(name, null); in removeUser()
596 mCache.putFile(name, null); in removeUser()
834 void putFile(String key, byte[] value) { in putFile() method in LockSettingsStorage.Cache