Searched refs:getGoodUrl (Results 1 – 4 of 4) sorted by relevance
84 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 …]
360 protected Uri getGoodUrl() { in getGoodUrl() method in DownloadManagerTestBase
62 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()
60 DownloadManager.Request requestPublic = new DownloadManager.Request(getGoodUrl()); in testSetDestinationUri_otherAppObbDir()