HomeSort by relevance Sort by last modified time
    Searched refs:DownloadSet (Results 1 - 4 of 4) sorted by null

  /external/chromium/chrome/browser/download/
download_manager.h 359 typedef std::set<DownloadItem*> DownloadSet;
362 DownloadSet downloads_;
367 DownloadSet save_page_as_downloads_;
download_manager.cc 85 for (DownloadSet::iterator it = downloads_.begin(); it != downloads_.end();) {
    [all...]
  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 26 import com.android.email.service.AttachmentDownloadService.DownloadSet;
53 private DownloadSet mDownloadSet;
89 * This test creates attachments and places them in the DownloadSet; we then do various checks
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 102 /*package*/ final DownloadSet mDownloadSet = new DownloadSet(new DownloadComparator());
229 * The DownloadSet is a TreeSet sorted by priority class (e.g. low, high, etc.) and the
235 /*package*/ class DownloadSet extends TreeSet<DownloadRequest> {
239 /*package*/ DownloadSet(Comparator<? super DownloadRequest> comparator) {
    [all...]

Completed in 97 milliseconds