Home
last modified time | relevance | path

Searched defs: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
431 final AttachmentService attachmentService = new AttachmentService(); in testAttachmentWatchdogAlarmNeedsCancel() local
452 final AttachmentService attachmentService = new AttachmentService(); in testServiceCallbackAttachmentCompleteUpdate() local
465 final AttachmentService attachmentService = new AttachmentService(); in testServiceCallbackAttachmentErrorUpdate() local
478 final AttachmentService attachmentService = new AttachmentService(); in testServiceCallbackAttachmentInProgressUpdate() local
/packages/apps/Email/provider_src/com/android/email/provider/
DEmailProvider.java2570 public void injectAttachmentService(final EmailAttachmentService attachmentService) { in injectAttachmentService()