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