summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/providers/downloads/DownloadManagerFunctionalTest.java
Commit message (Expand)AuthorAgeFilesLines
* (master) bug:3204324 allow no more than certain number of concurrent downloadsVasu Nori2011-03-101-0/+15
* Revert "Merge "downloadmanager should use "files" dir - not "cache" dir to st...Vasu Nori2011-01-071-1/+1
* downloadmanager should use "files" dir - not "cache" dir to store its filesVasu Nori2011-01-071-1/+1
* bug:3286430 set quota on downloads data dirVasu Nori2010-12-231-1/+1
* fix downloadmanager tests. again.Vasu Nori2010-12-151-16/+1
* Download dir: /data/data/com.android.providers.downloads/cache NOT /cacheVasu Nori2010-12-141-0/+15
* fix broken DownloadManager testsVasu Nori2010-12-091-1/+1
* remove usage of hidden public constants.Vasu Nori2010-10-201-14/+14
* Improve how the download manager reports paused statuses.Steve Howard2010-09-291-1/+1
* Serialize threading for download manager testing.Steve Howard2010-07-271-53/+10
* Major refactoring of DownloadThread.run().Steve Howard2010-07-201-42/+0
* Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-151-4/+27
* New functional test for download manager public API.Steve Howard2010-07-131-246/+16
* Stub out the system clock in the download manager, add testsSteve Howard2010-07-011-52/+98
* First pass at a functional test for the Download Manager.Steve Howard2010-06-281-0/+395