Home
last modified time | relevance | path

Searched refs:openDownloadedFile (Results 1 – 7 of 7) sorted by relevance

/frameworks/base/core/tests/hosttests/test-apps/DownloadManagerTestApp/src/com/android/frameworks/downloadmanagertests/
DDownloadManagerTestApp.java200 pfd = mDownloadManager.openDownloadedFile(dlRequest); in verifyFileDownloadSucceeded()
243 pfd = mDownloadManager.openDownloadedFile(dlRequest); in runLargeDownloadOverWiFi()
321 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(dlRequest); in runDownloadMultipleSwitching()
389 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(dlRequest); in runDownloadMultipleWiFiEnableDisable()
460 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(dlRequest); in runDownloadMultipleAirplaneModeEnableDisable()
/frameworks/base/core/tests/coretests/src/android/app/
DDownloadManagerStressTest.java132 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(dlRequest); in testDownloadLargeFile()
DDownloadManagerFunctionalTest.java128 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(requestId); in verifyDownload()
DDownloadManagerBaseTest.java485 ParcelFileDescriptor pfd = mDownloadManager.openDownloadedFile(requestId); in verifyAndCleanupSingleFileDownload()
/frameworks/base/core/java/android/app/
DDownloadManager.java1009 public ParcelFileDescriptor openDownloadedFile(long id) throws FileNotFoundException { in openDownloadedFile() method in DownloadManager
/frameworks/base/api/
Dcurrent.txt4118 …method public android.os.ParcelFileDescriptor openDownloadedFile(long) throws java.io.FileNotFound…
Dsystem-current.txt4235 …method public android.os.ParcelFileDescriptor openDownloadedFile(long) throws java.io.FileNotFound…