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.java93 downloadFile(); in testWifiDownload()
104 downloadFile(); in testMobileDownload()
111 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
696 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()
707 downloadFile.delete(); in initiateOneRestore()
717 stage = ParcelFileDescriptor.open(downloadFile, in initiateOneRestore()