Home
last modified time | relevance | path

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

/packages/apps/Email/provider_src/com/android/email/service/
DAttachmentService.java141 final ConcurrentHashMap<Long, Integer> mAttachmentFailureMap = field in AttachmentService
944 final Integer tryCount = mAttachmentFailureMap.get(att.mId); in processQueue()
1057 downloadCount = mAttachmentFailureMap.remove(attachmentId); in endDownload()
1064 mAttachmentFailureMap.put(attachmentId, downloadCount); in endDownload()