Searched refs:temporaryFile (Results 1 – 1 of 1) sorted by relevance
2341 final File temporaryFile = new File(getDownloadDir(), IMAGE_FILE_NAME + "_.tmp"); in testRenameCanRestoreDeletedRowId() local2349 Files.copy(imageFile, temporaryFile); in testRenameCanRestoreDeletedRowId()2351 assertCanRenameFile(temporaryFile, imageFile); in testRenameCanRestoreDeletedRowId()2360 temporaryFile.delete(); in testRenameCanRestoreDeletedRowId()