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

/packages/apps/Email/tests/src/com/android/email/service/
H A DAttachmentServiceTests.java155 final AttachmentService.DownloadRequest drResult = dq.findRequestById(1);
169 final AttachmentService.DownloadRequest drResult = dq.findRequestById(-1);
180 final AttachmentService.DownloadRequest drResult = dq.findRequestById(5);
/packages/apps/Email/provider_src/com/android/email/service/
H A DAttachmentService.java372 public DownloadRequest findRequestById(final long requestId) { method in class:AttachmentService.DownloadQueue
751 DownloadRequest req = mDownloadQueue.findRequestById(att.mId);
1067 final DownloadRequest req = mDownloadQueue.findRequestById(attachmentId);

Completed in 36 milliseconds