Searched refs:findDownloadRequest (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/service/
H A DAttachmentDownloadServiceTests.java123 DownloadRequest req = mDownloadSet.findDownloadRequest(att1.mId);
137 req = mDownloadSet.findDownloadRequest(att1.mId);
145 assertNull(mDownloadSet.findDownloadRequest(att1.mId));
156 req = mDownloadSet.findDownloadRequest(att4.mId);
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java283 DownloadRequest req = findDownloadRequest(att.mId);
322 /*package*/ synchronized DownloadRequest findDownloadRequest(long id) { method in class:AttachmentDownloadService.DownloadSet
591 DownloadRequest req = mDownloadSet.findDownloadRequest(attachmentId);
785 return mDownloadSet.findDownloadRequest(attachmentId) != null;
793 DownloadRequest req = mDownloadSet.findDownloadRequest(attachmentId);

Completed in 55 milliseconds