Home
last modified time | relevance | path

Searched refs:getGoodUrl (Results 1 – 4 of 4) sorted by relevance

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java84 long goodId = mDownloadManager.enqueue(new Request(getGoodUrl())); in testDownloadManager()
113 long id = mDownloadManager.enqueue(new Request(getGoodUrl())); in testDownloadManagerSupportsHttp()
256 Request requestUri = new Request(getGoodUrl()); in testDownloadManagerDestination()
260 Request requestExtFile = new Request(getGoodUrl()); in testDownloadManagerDestination()
264 Request requestPublic = new Request(getGoodUrl()); in testDownloadManagerDestination()
339 DownloadManager.Request requestPublic = new DownloadManager.Request(getGoodUrl()); in testSetDestinationUri_privateAppDir()
356 final Request badRequest = new Request(getGoodUrl()); in testSetDestinationUri_invalidRequests()
367 final Request badRequest2 = new Request(getGoodUrl()); in testSetDestinationUri_invalidRequests()
377 final Request badRequest3 = new Request(getGoodUrl()); in testSetDestinationUri_invalidRequests()
403 DownloadManager.Request request = new DownloadManager.Request(getGoodUrl()); in testSetDestinationUri()
[all …]
DDownloadManagerTestBase.java360 protected Uri getGoodUrl() { in getGoodUrl() method in DownloadManagerTestBase
/cts/tests/app/DownloadManagerApi28Test/src/android/app/cts/
DDownloadManagerApi28Test.java62 DownloadManager.Request requestPublic = new DownloadManager.Request(getGoodUrl()); in testSetDestinationUri_publicDir()
88 DownloadManager.Request requestPublic = new DownloadManager.Request(getGoodUrl()); in testSetDestinationUri_sdcardPath()
116 DownloadManager.Request requestPublic = new DownloadManager.Request(getGoodUrl()); in testSetDestinationUri_privateAppDir()
138 DownloadManager.Request requestPublic = new DownloadManager.Request(getGoodUrl()); in testDestinationInExternalPublicDir()
/cts/tests/app/DownloadManagerInstallerTest/src/android/app/cts/
DDownloadManagerInstallerTest.java60 DownloadManager.Request requestPublic = new DownloadManager.Request(getGoodUrl()); in testSetDestinationUri_otherAppObbDir()