Home
last modified time | relevance | path

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

/packages/providers/DownloadProvider/tests/src/com/android/providers/downloads/
DDownloadProviderFunctionalTest.java59 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
/packages/apps/Gallery2/src/com/android/gallery3d/data/
DDownloadUtils.java34 public static boolean requestDownload(JobContext jc, URL url, File file) { in requestDownload() method in DownloadUtils
DDownloadCache.java324 boolean downloaded = DownloadUtils.requestDownload(jc, url, tempFile); in run()