Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java201 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_BACKGROUND, 3); in testDownloadQueueGetNextRequest()
314 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_BACKGROUND, 2); in testDownloadQueueTestPriority()
334 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_BACKGROUND, 6); in testDownloadQueueTestPriority()
/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java92 static final int PRIORITY_BACKGROUND = 2; field in AttachmentService
93 static final int PRIORITY_LOWEST = PRIORITY_BACKGROUND;