Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java200 final AttachmentService.DownloadRequest dr3 = in testDownloadQueueGetNextRequest() local
202 result = dq.addRequest(dr3); in testDownloadQueueGetNextRequest()
219 assertEquals(dr3, drResult); in testDownloadQueueGetNextRequest()
259 final AttachmentService.DownloadRequest dr3 = in testDownloadQueueSizeReporting() local
262 result = dq.addRequest(dr3); in testDownloadQueueSizeReporting()
318 final AttachmentService.DownloadRequest dr3 = in testDownloadQueueTestPriority() local
320 result = dq.addRequest(dr3); in testDownloadQueueTestPriority()
369 final AttachmentService.DownloadRequest dr3 = in testDownloadQueueTestDate() local
371 result = dq.addRequest(dr3); in testDownloadQueueTestDate()