Searched refs:getLockPasswordFilename (Results 1 – 4 of 4) sorted by relevance
42 String getLockPasswordFilename(int userId) { in getLockPasswordFilename() method in LockSettingsStorageTestable44 super.getLockPasswordFilename(userId)).getAbsolutePath(); in getLockPasswordFilename()
350 assertEquals("/data/system/gatekeeper.password.key", storage.getLockPasswordFilename(0)); in testFileLocation_Owner()358 … assertEquals("/data/system/users/1/gatekeeper.password.key", storage.getLockPasswordFilename(1)); in testFileLocation_SecondaryUser()366 … assertEquals("/data/system/users/2/gatekeeper.password.key", storage.getLockPasswordFilename(2)); in testFileLocation_ProfileToSecondary()374 … assertEquals("/data/system/users/3/gatekeeper.password.key", storage.getLockPasswordFilename(3)); in testFileLocation_ProfileToOwner()
270 byte[] stored = readFile(getLockPasswordFilename(userId)); in readPasswordHashIfExists()345 return hasFile(getLockPasswordFilename(userId)) || in hasPassword()458 writeFile(getLockPasswordFilename(userId), passwordHash); in writeCredentialHash()468 String getLockPasswordFilename(int userId) { in getLockPasswordFilename() method in LockSettingsStorage586 String name = getLockPasswordFilename(userId); in removeUser()
8344 HSPLcom/android/server/locksettings/LockSettingsStorage;->getLockPasswordFilename(I)Ljava/lang/Stri…