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

  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 53 private DownloadSet mDownloadSet;
78 mDownloadSet = mService.mDownloadSet;
106 mDownloadSet.onChange(mMockContext, att1);
107 mDownloadSet.onChange(mMockContext, att2);
108 mDownloadSet.onChange(mMockContext, att3);
109 mDownloadSet.onChange(mMockContext, att4);
110 Iterator<DownloadRequest> iterator = mDownloadSet.descendingIterator();
122 mDownloadSet.createWatchdogPendingIntent(mContext);
123 mDownloadSet.processQueue()
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 102 /*package*/ final DownloadSet mDownloadSet = new DownloadSet(new DownloadComparator());
317 Log.d(TAG, "== Checking attachment queue, " + mDownloadSet.size() + " entries");
320 Iterator<DownloadRequest> iterator = mDownloadSet.descendingIterator();
335 mDownloadSet.tryStartDownload(req);
381 mDownloadSet.tryStartDownload(req);
531 DownloadRequest req = mDownloadSet.findDownloadRequest(attachmentId);
651 DownloadRequest req = mDownloadSet.getDownloadInProgress(attachmentId);
674 mDownloadSet.endDownload(attachmentId, statusCode);
721 mDownloadSet.onChange(this, att);
    [all...]

Completed in 104 milliseconds