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()
321 assertEquals("/data/system/gatekeeper.password.key", storage.getLockPasswordFilename(0)); in testFileLocation_Owner()328 … assertEquals("/data/system/users/1/gatekeeper.password.key", storage.getLockPasswordFilename(1)); in testFileLocation_SecondaryUser()335 … assertEquals("/data/system/users/2/gatekeeper.password.key", storage.getLockPasswordFilename(2)); in testFileLocation_ProfileToSecondary()342 … assertEquals("/data/system/users/3/gatekeeper.password.key", storage.getLockPasswordFilename(3)); in testFileLocation_ProfileToOwner()
268 byte[] stored = readFile(getLockPasswordFilename(userId)); in readPasswordHashIfExists()343 return hasFile(getLockPasswordFilename(userId)) || in hasPassword()444 writeFile(getLockPasswordFilename(userId), passwordHash); in writeCredentialHash()454 String getLockPasswordFilename(int userId) { in getLockPasswordFilename() method in LockSettingsStorage572 String name = getLockPasswordFilename(userId); in removeUser()
8344 HSPLcom/android/server/locksettings/LockSettingsStorage;->getLockPasswordFilename(I)Ljava/lang/Stri…