Searched refs:removeRequest (Results 1 – 2 of 2) sorted by relevance
330 public boolean removeRequest(final DownloadRequest request) { in removeRequest() method in AttachmentService.DownloadQueue760 mDownloadQueue.removeRequest(req); in onChange()1023 mDownloadQueue.removeRequest(req); in cancelDownload()1079 mDownloadQueue.removeRequest(req); in endDownload()1108 mDownloadQueue.removeRequest(req); in endDownload()
103 result = dq.removeRequest(dr); in testDownloadQueueRemoveRequest()121 result = dq.removeRequest(null); in testDownloadQueueRemoveRequestNull()139 result = dq.removeRequest(new AttachmentService.DownloadRequest( in testDownloadQueueRemoveRequestDoesNotExist()