Searched refs:requestDownload (Results 1 – 3 of 3) sorted by relevance
59 Uri downloadUri = requestDownload(path); in testDownloadTextFile()74 Uri downloadUri = requestDownload("/path"); in testDownloadToCache()91 Uri downloadUri = requestDownload("/path"); in testRoaming()95 downloadUri = requestDownload("/path"); in testRoaming()111 Uri downloadUri = requestDownload("/path"); in testCleartextTrafficPermittedFlagHonored()116 downloadUri = requestDownload("/path"); in testCleartextTrafficPermittedFlagHonored()173 private Uri requestDownload(String path) throws MalformedURLException, UnknownHostException { in requestDownload() method in DownloadProviderFunctionalTest
34 public static boolean requestDownload(JobContext jc, URL url, File file) { in requestDownload() method in DownloadUtils
324 boolean downloaded = DownloadUtils.requestDownload(jc, url, tempFile); in run()