Home
last modified time | relevance | path

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

/frameworks/base/core/tests/bandwidthtests/src/com/android/bandwidthtest/
DBandwidthTest.java100 downloadFile(); in testWifiDownload()
111 downloadFile(); in testMobileDownload()
118 protected void downloadFile() throws Exception { in downloadFile() method in BandwidthTest
/frameworks/base/services/backup/java/com/android/server/backup/restore/
DPerformUnifiedRestoreTask.java688 File downloadFile = (staging) ? mStageName : mBackupDataName; in initiateOneRestore() local
697 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()
708 downloadFile.delete(); in initiateOneRestore()
718 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()