Home
last modified time | relevance | path

Searched refs:getNextRequest (Results 1 – 3 of 3) 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/services/BuiltInPrintService/src/com/android/bips/ipp/
DCapabilitiesCache.java211 final Request request = getNextRequest(); in startNextRequest()
220 private Request getNextRequest() { in getNextRequest() method in CapabilitiesCache
/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()