Searched refs:requestUri (Results 1 – 1 of 1) sorted by relevance
256 Request requestUri = new Request(getGoodUrl()); in testDownloadManagerDestination() local257 requestUri.setDestinationUri(Uri.fromFile(uriLocation)); in testDownloadManagerDestination()258 long uriId = mDownloadManager.enqueue(requestUri); in testDownloadManagerDestination()