HomeSort by relevance Sort by last modified time
    Searched refs:AttachmentService (Results 1 - 4 of 4) 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/service/
AttachmentService.java 64 public class AttachmentService extends Service implements Runnable {
66 public static final String LOG_TAG = "AttachmentService";
109 "com.android.email.AttachmentService.attachment_id";
111 "com.android.email.AttachmentService.attachment_flags";
119 static volatile AttachmentService sRunningService = null;
432 // TODO: Really don't like hard coding the AttachmentService reference here
435 // static (or test) AttachmentService instance to use.
436 final AttachmentService service = AttachmentService.sRunningService;
446 }, "AttachmentService AttachmentWatchdog").start()
    [all...]
  /packages/apps/Email/src/com/android/email2/ui/
MailActivityEmail.java 31 import com.android.email.service.AttachmentService;
  /packages/apps/Email/provider_src/com/android/email/provider/
EmailProvider.java 75 import com.android.email.service.AttachmentService;
    [all...]

Completed in 89 milliseconds