Searched refs:requestExtFile (Results 1 – 1 of 1) sorted by relevance
260 Request requestExtFile = new Request(getGoodUrl()); in testDownloadManagerDestination() local261 requestExtFile.setDestinationInExternalFilesDir(mContext, null, "extFile.bin"); in testDownloadManagerDestination()262 long extFileId = mDownloadManager.enqueue(requestExtFile); in testDownloadManagerDestination()