Searched refs:endDownload (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Email/tests/src/com/android/email/service/
H A DAttachmentDownloadServiceTests.java131 mDownloadSet.endDownload(att1.mId, EmailServiceStatus.CONNECTION_ERROR);
143 mDownloadSet.endDownload(att1.mId, EmailServiceStatus.SUCCESS);
/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java571 /*package*/ synchronized void endDownload(long attachmentId, int statusCode) { method in class:AttachmentDownloadService.DownloadSet
770 mDownloadSet.endDownload(attachmentId, statusCode);

Completed in 71 milliseconds