Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java41 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1); in testDownloadRequestIsEquals()
43 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 2); in testDownloadRequestIsEquals()
57 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1); in testDownloadQueueAddRequest()
80 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1); in testDownloadQueueAddRequestExisting()
96 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1); in testDownloadQueueRemoveRequest()
114 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1); in testDownloadQueueRemoveRequestNull()
132 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1); in testDownloadQueueRemoveRequestDoesNotExist()
140 AttachmentService.PRIORITY_FOREGROUND, 2)); in testDownloadQueueRemoveRequestDoesNotExist()
151 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1); in testDownloadQueueFindRequestById()
165 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1); in testDownloadQueueFindRequestByIdInvalidId()
[all …]
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java87 static final int PRIORITY_FOREGROUND = 0; field in AttachmentService
88 static final int PRIORITY_HIGHEST = PRIORITY_FOREGROUND;
1014 req.mPriority != PRIORITY_FOREGROUND); in startDownload()
1219 priorityClass = PRIORITY_FOREGROUND; in getAttachmentPriority()