Searched refs:attachmentService (Results 1 – 2 of 2) sorted by relevance
406 final AttachmentService attachmentService = new AttachmentService(); in testAttachmentWatchdogAlarm() local407 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() local432 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() local459 attachmentService.mServiceCallback.getAttachmentUpdateValues(attachment, in testServiceCallbackAttachmentCompleteUpdate()465 final AttachmentService attachmentService = new AttachmentService(); in testServiceCallbackAttachmentErrorUpdate() local472 attachmentService.mServiceCallback.getAttachmentUpdateValues(attachment, in testServiceCallbackAttachmentErrorUpdate()[all …]
2571 public void injectAttachmentService(final EmailAttachmentService attachmentService) { in injectAttachmentService() argument2573 attachmentService == null ? DEFAULT_ATTACHMENT_SERVICE : attachmentService; in injectAttachmentService()