Home
last modified time | relevance | path

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

/packages/apps/Email/tests/src/com/android/email/service/
DAttachmentServiceTests.java406 final AttachmentService attachmentService = new AttachmentService(); in testAttachmentWatchdogAlarm() local
407 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarm()
416 attachmentService.mDownloadsInProgress.put(dr.mAttachmentId, dr); in testAttachmentWatchdogAlarm()
431 final AttachmentService attachmentService = new AttachmentService(); in testAttachmentWatchdogAlarmNeedsCancel() local
432 final AttachmentService.AttachmentWatchdog watchdog = attachmentService.mWatchdog; in testAttachmentWatchdogAlarmNeedsCancel()
441 attachmentService.mDownloadsInProgress.put(dr.mAttachmentId, dr); in testAttachmentWatchdogAlarmNeedsCancel()
452 final AttachmentService attachmentService = new AttachmentService(); in testServiceCallbackAttachmentCompleteUpdate() local
459 attachmentService.mServiceCallback.getAttachmentUpdateValues(attachment, in testServiceCallbackAttachmentCompleteUpdate()
465 final AttachmentService attachmentService = new AttachmentService(); in testServiceCallbackAttachmentErrorUpdate() local
472 attachmentService.mServiceCallback.getAttachmentUpdateValues(attachment, in testServiceCallbackAttachmentErrorUpdate()
[all …]
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2571 public void injectAttachmentService(final EmailAttachmentService attachmentService) { in injectAttachmentService() argument
2573 attachmentService == null ? DEFAULT_ATTACHMENT_SERVICE : attachmentService; in injectAttachmentService()