Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java42 final AttachmentService.DownloadRequest dr2 = in testDownloadRequestIsEquals() local
45 assertFalse(dr.equals(dr2)); in testDownloadRequestIsEquals()
195 final AttachmentService.DownloadRequest dr2 = in testDownloadQueueGetNextRequest() local
197 result = dq.addRequest(dr2); in testDownloadQueueGetNextRequest()
214 assertEquals(dr2, drResult); in testDownloadQueueGetNextRequest()
250 final AttachmentService.DownloadRequest dr2 = in testDownloadQueueSizeReporting() local
254 result = dq.addRequest(dr2); in testDownloadQueueSizeReporting()
313 final AttachmentService.DownloadRequest dr2 = in testDownloadQueueTestPriority() local
315 result = dq.addRequest(dr2); in testDownloadQueueTestPriority()
364 final AttachmentService.DownloadRequest dr2 = in testDownloadQueueTestDate() local
[all …]