Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java208 AttachmentService.DownloadRequest drResult = dq.getNextRequest(); in testDownloadQueueGetNextRequest()
213 drResult = dq.getNextRequest(); in testDownloadQueueGetNextRequest()
218 drResult = dq.getNextRequest(); in testDownloadQueueGetNextRequest()
226 AttachmentService.DownloadRequest drResult = dq.getNextRequest(); in testDownloadQueueGetNextRequestEmptyQueue()
268 AttachmentService.DownloadRequest returnRequest = dq.getNextRequest(); in testDownloadQueueSizeReporting()
283 returnRequest = dq.getNextRequest(); in testDownloadQueueSizeReporting()
288 returnRequest = dq.getNextRequest(); in testDownloadQueueSizeReporting()
293 returnRequest = dq.getNextRequest(); in testDownloadQueueSizeReporting()
342 final AttachmentService.DownloadRequest returnRequest = dq.getNextRequest(); in testDownloadQueueTestPriority()
392 final AttachmentService.DownloadRequest returnRequest = dq.getNextRequest(); in testDownloadQueueTestDate()
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java351 public DownloadRequest getNextRequest() { in getNextRequest() method in AttachmentService.DownloadQueue
860 final DownloadRequest req = mDownloadQueue.getNextRequest(); in processQueue()