summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadDrmHelper.java
Commit message (Collapse)AuthorAgeFilesLines
* Cleaner I/O.Jeff Sharkey2012-12-131-45/+13
| | | | | | | | | | | | This cleans up writing of downloaded data by always writing through OutputStream interface, which applies DRM if needed. Hands I/O streams along with method calls to give clearer chain of ownership. Only retry writes once after verifying free space. Remove checkCanHandleDownload() check, since most downloads are now using public API. Release DrmManagerClient sessions when finished. Change-Id: I49e479089a8218690b556d31ec65a030930ad368
* Download provider change for DRM Forward Lock plugin:Gloria Wang2011-04-191-0/+110
to convert .dm files to .fl files during downloading For bug 3188041 Change-Id: I882b851664432fba3e57dc25a6be827b48006e69