Searched refs:downloadPath (Results 1 – 2 of 2) sorted by relevance
387 final File downloadPath = new File(getFilesDir(), FILE_PROVIDER_DOWNLOAD_PATH); in maybeDeleteDirectlyOpenFile() local389 deleteRecursively(downloadPath); in maybeDeleteDirectlyOpenFile()1138 final File downloadPath = new File(getFilesDir(), FILE_PROVIDER_DOWNLOAD_PATH); in startDirectlyOpenDownload() local1139 downloadPath.mkdirs(); in startDirectlyOpenDownload()1140 final File file = new File(downloadPath.getPath(), filename); in startDirectlyOpenDownload()
881 final File downloadPath = new File(getInstrumentation().getContext().getFilesDir(), in testDirectlyOpen_onCreateDeleteFile() local884 assertNull(downloadPath.listFiles()); in testDirectlyOpen_onCreateDeleteFile()890 assertNotNull(downloadPath.listFiles()); in testDirectlyOpen_onCreateDeleteFile()894 assertNull(downloadPath.listFiles()); in testDirectlyOpen_onCreateDeleteFile()