Home
last modified time | relevance | path

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

/cts/tests/app/src/android/app/cts/
DDownloadManagerTest.java256 Request requestUri = new Request(getGoodUrl()); in testDownloadManagerDestination() local
257 requestUri.setDestinationUri(Uri.fromFile(uriLocation)); in testDownloadManagerDestination()
258 long uriId = mDownloadManager.enqueue(requestUri); in testDownloadManagerDestination()