HomeSort by relevance Sort by last modified time
    Searched refs:DownloadQueue (Results 1 - 2 of 2) sorted by null

  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java 49 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue();
55 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue();
65 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue();
78 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue();
94 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue();
    [all...]
  /packages/apps/Email/src/com/android/email/service/
AttachmentService.java 146 final DownloadQueue mDownloadQueue = new DownloadQueue();
163 * an attachment. These objects are constructed and either placed in the {@link DownloadQueue}
252 static class DownloadQueue {
    [all...]

Completed in 1913 milliseconds