Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java125 File largeFile = createFileOnSD(null, fileSize, DataType.TEXT, null); in testDownloadLargeFile()
DDownloadManagerFunctionalTest.java154 File existentFile = createFileOnSD(null, 1, DataType.TEXT, null); in testDownloadToExternal_fileExists()
DDownloadManagerBaseTest.java589 protected File createFileOnSD(String filename, long fileSize, DataType type, in createFileOnSD() method in DownloadManagerBaseTest