Searched refs:mAttachmentFailureMap (Results 1 – 1 of 1) sorted by relevance
141 final ConcurrentHashMap<Long, Integer> mAttachmentFailureMap = field in AttachmentService944 final Integer tryCount = mAttachmentFailureMap.get(att.mId); in processQueue()1057 downloadCount = mAttachmentFailureMap.remove(attachmentId); in endDownload()1064 mAttachmentFailureMap.put(attachmentId, downloadCount); in endDownload()