Searched refs:findRequestById (Results 1 – 2 of 2) sorted by relevance
155 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()
372 public DownloadRequest findRequestById(final long requestId) { in findRequestById() method in AttachmentService.DownloadQueue751 DownloadRequest req = mDownloadQueue.findRequestById(att.mId); in onChange()1067 final DownloadRequest req = mDownloadQueue.findRequestById(attachmentId); in endDownload()