Home
last modified time | relevance | path

Searched refs:getChildProfileLockFile (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/services/tests/servicestests/src/com/android/server/locksettings/
H A DLockSettingsStorageTestable.java67 File getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorageTestable
68 return remapToStorageDir(super.getChildProfileLockFile(userId)); in getChildProfileLockFile()
H A DLockSettingsStorageTests.java330 storage.getChildProfileLockFile(0)); in testFileLocation_Owner()
338 storage.getChildProfileLockFile(1)); in testFileLocation_SecondaryUser()
346 storage.getChildProfileLockFile(2)); in testFileLocation_ProfileToSecondary()
354 storage.getChildProfileLockFile(3)); in testFileLocation_ProfileToOwner()
/aosp14/frameworks/base/services/core/java/com/android/server/locksettings/
H A DLockSettingsStorage.java233 deleteFile(getChildProfileLockFile(userId)); in removeChildProfileLock()
237 writeFile(getChildProfileLockFile(userId), lock); in writeChildProfileLock()
241 return readFile(getChildProfileLockFile(userId)); in readChildProfileLock()
245 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()
371 File getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorage