Searched refs:downloadCount (Results 1 – 1 of 1) sorted by relevance
1056 Integer downloadCount; in endDownload() local1057 downloadCount = mAttachmentFailureMap.remove(attachmentId); in endDownload()1059 if (downloadCount == null) { in endDownload()1060 downloadCount = 0; in endDownload()1062 downloadCount += 1; in endDownload()1064 mAttachmentFailureMap.put(attachmentId, downloadCount); in endDownload()