summaryrefslogtreecommitdiffstats
path: root/src/com/android/providers/downloads/DownloadInfo.java
Commit message (Collapse)AuthorAgeFilesLines
* Use the private legacy APIJean-Baptiste Queru2010-01-141-12/+12
| | | | | | | | | | The public API is getting deeply reworked for forward compatibility, but since the Download Manager and the Browser need to continue using the old API, a separate copy is being kept on the side. Bug: 2245521 Change-Id: I85eff6ba9efc68600aa80e8dffa6720b0f2ed155
* Re-use the same random value to compute a download's restart time.Jean-Baptiste Queru2009-09-241-1/+4
| | | | | | | | | The restart time is used multiple times during the same pass, and it needs to be consistent across calls. Otherwise, it's possible for a download to not be restarted immediately and to not be scheduled for a future restart. BUG=2055624
* Use the new download manager APIs introduced in change 7400Jean-Baptiste Queru2009-01-211-2/+2
|
* Match the official code style guide.Jean-Baptiste Queru2009-01-201-75/+75
| | | | | | This fixes a number of style violations that weren't caught by automated tools and brings those files closer to compliance with the official style guide for this language.
* Code drop from //branches/cupcake/...@124589The Android Open Source Project2008-12-171-17/+44
|
* Initial ContributionThe Android Open Source Project2008-10-211-0/+185