Home
last modified time | relevance | path

Searched defs:dq (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java49 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueEmptyQueue() local
55 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueAddRequest() local
65 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueAddRequestNull() local
78 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueAddRequestExisting() local
94 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueRemoveRequest() local
112 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueRemoveRequestNull() local
130 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueRemoveRequestDoesNotExist() local
149 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueFindRequestById() local
163 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueFindRequestByIdInvalidId() local
174 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue(); in testDownloadQueueFindRequestByIdUnknownId() local
[all …]