summaryrefslogtreecommitdiffstats
path: root/tests/src/com/android/providers/downloads/AbstractDownloadManagerFunctionalTest.java
Commit message (Expand)AuthorAgeFilesLines
* (master) bug:3204324 allow no more than certain number of concurrent downloadsVasu Nori2011-03-101-2/+1
* fix broken DownloadManager testsVasu Nori2010-12-091-1/+22
* remove usage of hidden public constants.Vasu Nori2010-10-201-3/+3
* New URI structure with "my_downloads" and "all_downloads"Steve Howard2010-09-141-1/+2
* Add test for many interruptions to a single download.Steve Howard2010-07-271-3/+4
* Serialize threading for download manager testing.Steve Howard2010-07-271-88/+11
* Stub out and test system notifications.Steve Howard2010-07-231-3/+7
* Test + utilize change notification in DownloadProviderSteve Howard2010-07-231-6/+41
* Public API support for broadcasts and connectivity control.Steve Howard2010-07-211-0/+14
* Major refactoring of DownloadThread.run().Steve Howard2010-07-201-3/+9
* Introduce a seam to ConnectivityManager and TelephonyManagerSteve Howard2010-07-151-6/+0
* Support for file URI destinations + last modified timestampSteve Howard2010-07-141-3/+3
* New functional test for download manager public API.Steve Howard2010-07-131-0/+281