Searched refs:drResult (Results 1 – 1 of 1) sorted by relevance
155 final AttachmentService.DownloadRequest drResult = dq.findRequestById(1); in testDownloadQueueFindRequestById() local156 assertNotNull(drResult); in testDownloadQueueFindRequestById()159 assertEquals(dr, drResult); in testDownloadQueueFindRequestById()169 final AttachmentService.DownloadRequest drResult = dq.findRequestById(-1); in testDownloadQueueFindRequestByIdInvalidId() local170 assertNull(drResult); in testDownloadQueueFindRequestByIdInvalidId()180 final AttachmentService.DownloadRequest drResult = dq.findRequestById(5); in testDownloadQueueFindRequestByIdUnknownId() local181 assertNull(drResult); in testDownloadQueueFindRequestByIdUnknownId()208 AttachmentService.DownloadRequest drResult = dq.getNextRequest(); in testDownloadQueueGetNextRequest() local209 assertEquals(dr, drResult); in testDownloadQueueGetNextRequest()213 drResult = dq.getNextRequest(); in testDownloadQueueGetNextRequest()[all …]