Home
last modified time | relevance | path

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

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