Searched refs:getChildProfileLockFile (Results 1 – 3 of 3) sorted by relevance
67 File getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorageTestable68 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()
233 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