Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java340 int lastPriority = AttachmentService.PRIORITY_HIGHEST; in testDownloadQueueTestPriority() local
346 assertTrue(requestPriority >= lastPriority); in testDownloadQueueTestPriority()
347 lastPriority = requestPriority; in testDownloadQueueTestPriority()