Searched refs:requestWrongExt (Results 1 – 1 of 1) sorted by relevance
308 Request requestWrongExt = new Request(getAssetUrl(wrongExt)); in testDownloadManagerDestinationExtension() local309 requestWrongExt.setDestinationUri(Uri.fromFile(wrongExtLocation)); in testDownloadManagerDestinationExtension()310 long wrongExtId = mDownloadManager.enqueue(requestWrongExt); in testDownloadManagerDestinationExtension()