Searched refs:DEFAULT_FILENAME (Results 1 – 3 of 3) sorted by relevance
79 request.setTitle(DEFAULT_FILENAME); in doErrorTest()142 assertTrue(new File(CACHE_DIR + "/" + DEFAULT_FILENAME).exists()); in verifyDownload()161 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToExternal_fileExists()198 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToExternal()229 Uri uri = getServerUri(DEFAULT_FILENAME); in testDownloadToProhibitedDirectory()270 Uri uri = getServerUri(DEFAULT_FILENAME); in testErrorTooManyRedirects()286 Uri uri = getServerUri(DEFAULT_FILENAME); in testErrorUnhandledHttpCode()297 Uri uri = getServerUri(DEFAULT_FILENAME); in testRelativeRedirect()306 request.setTitle(DEFAULT_FILENAME); in testRelativeRedirect()348 Uri uri = getServerUri(DEFAULT_FILENAME); in testSetTitle()[all …]
85 Uri uri = getServerUri(DEFAULT_FILENAME + i); in testMultipleDownloads()87 request.setTitle(String.format("%s--%d", DEFAULT_FILENAME + i, i)); in testMultipleDownloads()
80 protected String DEFAULT_FILENAME = "somefile.txt"; field in DownloadManagerBaseTest959 Uri uri = getServerUri(DEFAULT_FILENAME); in doEnqueue()960 Request request = new Request(uri).setTitle(DEFAULT_FILENAME); in doEnqueue()