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

  /packages/apps/Email/tests/src/com/android/email/service/
AttachmentDownloadServiceTests.java 25 import com.android.email.service.AttachmentDownloadService.DownloadRequest;
26 import com.android.email.service.AttachmentDownloadService.DownloadSet;
38 * Tests of the AttachmentDownloadService
44 private AttachmentDownloadService mService;
50 private AttachmentDownloadService.AccountManagerStub mAccountManagerStub;
71 mService = new AttachmentDownloadService();
75 mAccountManagerStub = new AttachmentDownloadService.AccountManagerStub(null);
  /packages/apps/Email/src/com/android/email/
Email.java 29 import com.android.email.service.AttachmentDownloadService;
155 new ComponentName(context, AttachmentDownloadService.class),
172 startOrStopService(enabled, context, new Intent(context, AttachmentDownloadService.class));
  /packages/apps/Email/src/com/android/email/service/
AttachmentDownloadService.java 59 public class AttachmentDownloadService extends Service implements Runnable {
93 "com.android.email.AttachmentDownloadService.attachment";
97 /*package*/ static volatile AttachmentDownloadService sRunningService = null;
162 }, "AttachmentDownloadService Watchdog").start();
    [all...]
  /packages/apps/Email/src/com/android/email/activity/
MessageViewFragmentBase.java 66 import com.android.email.service.AttachmentDownloadService;
857 if (AttachmentDownloadService.getQueueSize() == 0) {
    [all...]
  /packages/apps/Email/src/com/android/email/provider/
EmailProvider.java 41 import com.android.email.service.AttachmentDownloadService;
    [all...]

Completed in 188 milliseconds