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.java420 mCache.putFile(name, hash); in writeFile()
430 mCache.putFile(name, null); in deleteFile()
509 mCache.putFile(path, null); in deleteSyntheticPasswordState()
576 mCache.putFile(name, null); in removeUser()
582 mCache.putFile(name, null); in removeUser()
820 void putFile(String key, byte[] value) { in putFile() method in LockSettingsStorage.Cache