Searched refs:downloadFile (Results 1 – 6 of 6) sorted by relevance
75 downloadFile(localFile, path.substring(FILES.length())); in openFile()105 private void downloadFile(File localFile, String assetsPath) { in downloadFile() method in TmaPublicProvider
100 downloadFile(); in testWifiDownload()111 downloadFile(); in testMobileDownload()118 protected void downloadFile() throws Exception { in downloadFile() method in BandwidthTest
118 int bytesRead = downloadFile(connection); in doInBackground()161 private int downloadFile(HttpURLConnection connection) { in downloadFile() method in WifiDownloadReceiver.DownloadTask
34 ListenableFuture<InputStream> downloadFile(String fileUrl); in downloadFile() method
39 public ListenableFuture<InputStream> downloadFile(String fileUrl) { in downloadFile() method in FileTransferControllerImpl
707 File downloadFile = (staging) ? mStageName : mBackupDataName; in initiateOneRestore() local716 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()727 downloadFile.delete(); in initiateOneRestore()737 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()