Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerFunctionalTest.java79 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 …]
H A DDownloadManagerStressTest.java85 Uri uri = getServerUri(DEFAULT_FILENAME + i); in testMultipleDownloads()
87 request.setTitle(String.format("%s--%d", DEFAULT_FILENAME + i, i)); in testMultipleDownloads()
H A DDownloadManagerBaseTest.java80 protected String DEFAULT_FILENAME = "somefile.txt"; field in DownloadManagerBaseTest
959 Uri uri = getServerUri(DEFAULT_FILENAME); in doEnqueue()
960 Request request = new Request(uri).setTitle(DEFAULT_FILENAME); in doEnqueue()