Searched refs:requestNoExt (Results 1 – 1 of 1) sorted by relevance
304 Request requestNoExt = new Request(getAssetUrl(noExt)); in testDownloadManagerDestinationExtension() local305 requestNoExt.setDestinationUri(Uri.fromFile(noExtLocation)); in testDownloadManagerDestinationExtension()306 long noExtId = mDownloadManager.enqueue(requestNoExt); in testDownloadManagerDestinationExtension()