Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java196 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_SEND_MAIL, 2); in testDownloadQueueGetNextRequest()
319 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_SEND_MAIL, 3); in testDownloadQueueTestPriority()
324 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_SEND_MAIL, 4); in testDownloadQueueTestPriority()
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java90 static final int PRIORITY_SEND_MAIL = 1; field in AttachmentService
1217 priorityClass = PRIORITY_SEND_MAIL; in getAttachmentPriority()