Searched refs:downloadFile (Results 1 – 2 of 2) 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
118 int bytesRead = downloadFile(connection); in doInBackground()161 private int downloadFile(HttpURLConnection connection) { in downloadFile() method in WifiDownloadReceiver.DownloadTask