Searched defs:mAttachmentFailureMap (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Email/src/com/android/email/service/
H A DAttachmentDownloadService.java122 /* package */ final HashMap<Long, Integer> mAttachmentFailureMap = new HashMap<Long, Integer>(); field in class:AttachmentDownloadService
412 tryCount = mAttachmentFailureMap.get(att.mId);
582 downloadCount = mAttachmentFailureMap.remove(attachmentId);
588 mAttachmentFailureMap.put(attachmentId, downloadCount);

Completed in 48 milliseconds