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

  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentServiceTests.java 31 * Tests of the AttachmentService
40 final AttachmentService.DownloadRequest dr =
41 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 1);
42 final AttachmentService.DownloadRequest dr2 =
43 new AttachmentService.DownloadRequest(AttachmentService.PRIORITY_FOREGROUND, 2);
49 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue();
55 final AttachmentService.DownloadQueue dq = new AttachmentService.DownloadQueue()
    [all...]
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 75 import com.android.email.service.AttachmentService;
    [all...]

Completed in 281 milliseconds