Home
last modified time | relevance | path

Searched refs:temporaryFile (Results 1 – 1 of 1) sorted by relevance

/cts/hostsidetests/scopedstorage/device/src/android/scopedstorage/cts/device/
DScopedStorageDeviceTest.java2341 final File temporaryFile = new File(getDownloadDir(), IMAGE_FILE_NAME + "_.tmp"); in testRenameCanRestoreDeletedRowId() local
2349 Files.copy(imageFile, temporaryFile); in testRenameCanRestoreDeletedRowId()
2351 assertCanRenameFile(temporaryFile, imageFile); in testRenameCanRestoreDeletedRowId()
2360 temporaryFile.delete(); in testRenameCanRestoreDeletedRowId()