Searched refs:getChildProfileLockFile (Results 1 – 2 of 2) sorted by relevance
48 String getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorageTestable50 super.getChildProfileLockFile(userId)).getAbsolutePath(); in getChildProfileLockFile()
322 deleteFile(getChildProfileLockFile(userId)); in removeChildProfileLock()329 writeFile(getChildProfileLockFile(userId), lock); in writeChildProfileLock()333 return readFile(getChildProfileLockFile(userId)); in readChildProfileLock()337 return hasFile(getChildProfileLockFile(userId)); in hasChildProfileLock()471 String getChildProfileLockFile(int userId) { in getChildProfileLockFile() method in LockSettingsStorage