Home
last modified time | relevance | path

Searched refs:downloadFile (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/Car/tests/TestMediaApp/src/com/android/car/media/testmediaapp/
H A DTmaPublicProvider.java75 downloadFile(localFile, path.substring(FILES.length())); in openFile()
105 private void downloadFile(File localFile, String assetsPath) { in downloadFile() method in TmaPublicProvider
/aosp12/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
H A DBandwidthTest.java100 downloadFile(); in testWifiDownload()
111 downloadFile(); in testMobileDownload()
118 protected void downloadFile() throws Exception { in downloadFile() method in BandwidthTest
/aosp12/packages/apps/Test/connectivity/PMC/src/com/android/pmc/
H A DWifiDownloadReceiver.java118 int bytesRead = downloadFile(connection); in doInBackground()
161 private int downloadFile(HttpURLConnection connection) { in downloadFile() method in WifiDownloadReceiver.DownloadTask
/aosp12/packages/services/Telephony/testapps/TestRcsApp/aosp_test_rcsclient/src/com/android/libraries/rcs/simpleclient/filetransfer/
H A DFileTransferController.java34 ListenableFuture<InputStream> downloadFile(String fileUrl); in downloadFile() method
H A DFileTransferControllerImpl.java39 public ListenableFuture<InputStream> downloadFile(String fileUrl) { in downloadFile() method in FileTransferControllerImpl
/aosp12/frameworks/base/services/backup/java/com/android/server/backup/restore/
H A DPerformUnifiedRestoreTask.java707 File downloadFile = (staging) ? mStageName : mBackupDataName; in initiateOneRestore() local
716 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()
727 downloadFile.delete(); in initiateOneRestore()
737 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()