Home
last modified time | relevance | path

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

/packages/apps/StorageManager/tests/unit/src/com/android/storagemanager/deletionhelper/
DFetchDownloadsLoaderTest.java77 File first = temporaryFolder.newFile(); in testSumFileSizes()
85 File second = temporaryFolder.newFile(); in testSumFileSizes()
100 File imageFile = temporaryFolder.newFile("test.gif"); in testFetchesThumbnailsForImages()
116 File clearableFile = temporaryFolder.newFile(); in makeClearableFile()
/packages/apps/Nfc/src/com/android/nfc/beam/
DBeamTransferManager.java544 File newFile = new File(newPath); in generateMultiplePath() local
546 while (newFile.exists()) { in generateMultiplePath()
549 newFile = new File(newPath); in generateMultiplePath()
552 return newFile; in generateMultiplePath()
/packages/providers/DownloadProvider/src/com/android/providers/downloads/
DDownloadStorageProvider.java211 File newFile = getFileForDocId(newDocumentId); in createDocument() local
213 newFile.getName(), newFile.getName(), true, mimeType, in createDocument()
214 newFile.getAbsolutePath(), 0L, in createDocument()