Searched refs:getLockPasswordFilename (Results 1 – 4 of 4) sorted by relevance
73 String getLockPasswordFilename(int userId) { in getLockPasswordFilename() method in LockSettingsStorageTestable75 super.getLockPasswordFilename(userId)).getAbsolutePath(); in getLockPasswordFilename()
349 assertEquals("/data/system/gatekeeper.password.key", storage.getLockPasswordFilename(0)); in testFileLocation_Owner()357 … assertEquals("/data/system/users/1/gatekeeper.password.key", storage.getLockPasswordFilename(1)); in testFileLocation_SecondaryUser()365 … assertEquals("/data/system/users/2/gatekeeper.password.key", storage.getLockPasswordFilename(2)); in testFileLocation_ProfileToSecondary()373 … assertEquals("/data/system/users/3/gatekeeper.password.key", storage.getLockPasswordFilename(3)); in testFileLocation_ProfileToOwner()
256 byte[] stored = readFile(getLockPasswordFilename(userId)); in readPasswordHashIfExists()339 return hasFile(getLockPasswordFilename(userId)); in hasPassword()442 writeFile(getLockPasswordFilename(userId), passwordHash); in writeCredentialHash()452 String getLockPasswordFilename(int userId) { in getLockPasswordFilename() method in LockSettingsStorage568 getLockPasswordFilename(userId), in removeUser()
23574 HSPLcom/android/server/locksettings/LockSettingsStorage;->getLockPasswordFilename(I)Ljava/lang/Stri…