Searched refs:getLegacyLockPasswordFilename (Results 1 – 2 of 2) sorted by relevance
217 stored = readFile(getLegacyLockPasswordFilename(userId)); in readPasswordHashIfExists()287 hasFile(getLegacyLockPasswordFilename(userId)); in hasPassword()407 String getLegacyLockPasswordFilename(int userId) { in getLegacyLockPasswordFilename() method in LockSettingsStorage
309 assertEquals("/data/system/password.key", storage.getLegacyLockPasswordFilename(0)); in testFileLocation_Owner()