Searched refs:getChildProfileLockFile (Results 1 – 3 of 3) sorted by relevance
72 File getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorageTestable73 return remapToStorageDir(super.getChildProfileLockFile(userId)); in getChildProfileLockFile()
330 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()
234 deleteFile(getChildProfileLockFile(userId)); in removeChildProfileLock()238 writeFile(getChildProfileLockFile(userId), lock); in writeChildProfileLock()242 return readFile(getChildProfileLockFile(userId)); in readChildProfileLock()246 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()372 File getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorage